Entity Framework Question:

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.


Previous QuestionNext Question
What is EntitySet?What is AssociationSet?