I am going to create a model class of my own as a partial class. How to add this partial class as a navigation property to a existing entity.
Help me on this…
I am going to create a model class of my own as a partial
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It doesn’t matter if you created class yourselves or let some code generator to create it from EDMX file. Your hand made class still must have counter part in EDMX (the entity). Navigation properties are defined among entities in EDMX.