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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -