c# - Same table relationship in Entity Framework -
Is it possible to mapping a table on its own?
For example
Tables: condition condition conditional ... ... radix ID Where we have the same condition There are several parent cancission IDs for each mapping of the ID.
I have tried to map many but I do get an error if there is no child. Yes, it is possible to put the FK in your database and the wizard will map it correctly. Make sure ParentConditionId is empty.
Comments
Post a Comment