InterviewSolution
Saved Bookmarks
| 1. |
What Is Entity Graph In Entity Framework? |
|
Answer» Entity GRAPH is nothing but to show the relationship between the entities. In EDMX there we have multiple TABLES and graph shows the RELATION of entity as one to one, one to MANY or many to many relation. Entity graph is nothing but to show the relationship between the entities. In EDMX there we have multiple tables and graph shows the relation of entity as one to one, one to many or many to many relation. |
|