Entity Framework Question: Download ADO.Net Entity Framework PDF

What is EntityType?

Tweet Share WhatsApp

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 PDF Read All 28 ADO.Net Entity Framework Questions
Previous QuestionNext Question
What is EntitySet?What is AssociationSet?