how to I make a Navigation Property be mandatory in the EF designer? (e.g. make Node always have a NodeType)
i.e. so that in the database the NODE foreign key to NODE_TYPE has to be set/have a value
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.
Specify this on the Association, multiplicity = 1 to …