InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by the term navigation property in the entity framework? |
|
Answer» A foreign key relationship in the database is represented by the NAVIGATION property supported by the Entity Framework. It is possible to SPECIFY RELATIONSHIPS between ENTITIES in a database using this property type. Relationships are defined in a way as to REMAIN coherent in object-oriented code. |
|