How to determine if Navigation Property in the Entity Framework is set without loading the related records
问题 I'm not sure about Navigational Properties in EF 4 so I would kindly ask you an explanation. Lets imagine this scenarios: A) I have two Entities A and B with a relation N to N (many to many) and tree Table in my Data Base A and B and a Link Table AB with two Foreign Key . In this scenario EF create a Navigational Property lets call it X and also a XReference . B) I have two Entities A and B with a relation 1 to N (one to many) and two Table in my Data Base A and B with one Foreign Key . In