GitHub / geeksarray / EF-Core-Fluent-API-Relationship
By default, EF Core will create a One-To-One relationship if reference navigation property has set on principal as well as dependent entity. The principal entity can have zero-or-one association with the dependent entity. Dependent entity can have only one association with Principal entity.
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: C#
Size: 5.86 KB
Dependencies parsed at: Pending
Created at: about 6 years ago
Updated at: over 4 years ago
Pushed at: over 4 years ago
Last synced at: about 2 years ago
Topics: dotnetcore, efcore, entity-relationship, fluentapi