Entity Framework Question:
Download Questions PDF

What is EntityType?

ADO.Net Entity Framework Interview Question
ADO.Net Entity Framework Interview Question

Answer:

EntityType is a datatype in the model. You can see each EntityType for your conceptual model in XML. If you expand EntityType node in XML, you can see each properties and its type and other info.

Download ADO.Net Entity Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is EntitySet?What is AssociationSet?