filmov
tv
One to One Relationship in .NET Core using EF Code First Approach
Показать описание
One to one relationships have a reference navigation property on both sides. They follow the same conventions as one-to-many relationships, but a unique index is introduced on the foreign key property to ensure only one dependent is related to each principal.