InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By Navigation Property? |
|
Answer» A property of an entity type that represents a relationship to another entity type, as defined by an association. NAVIGATION properties are used to return related objects as an EntityCollection or an EntityReference, depending on the MULTIPLICITY at the other END of the association. A property of an entity type that represents a relationship to another entity type, as defined by an association. Navigation properties are used to return related objects as an EntityCollection or an EntityReference, depending on the multiplicity at the other end of the association. |
|