Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21

Details



Jacob Bosh What does .edmx consists of? .edmx file is a XML file and it has Conceptual Model, Storage Model and Mapping details i.e, SSDL (Store schema definition language), CSDL (Conceptual schema definition language), MSL (Mapping specification language). Conceptual Models are the model classes which contain the relationships. These are independent of the database design. Storage Models are our database design models, which contains database tables, views, stored procs and keys with relationships. The Mapping will have the information on how the Conceptual Models are mapped to Storage Models.
Related Topics