Defining Advanced Data Models (Entity Framework Tasks)
This section includes topics that demonstrate how to implement an Entity Data Model (EDM) that is more advanced than a simple one-to-one mapping between conceptual and store types.
In This Section
How to: Define a Model with a Stored Procedure (Entity Framework)
How to: Define a Model with Modification Stored Procedures (Entity Framework)
How to: Define a Model with Table-per-Type Inheritance (Entity Framework)
How to: Define a Model with Table-per-Hierarchy Inheritance (Entity Framework)
How to: Define a Model with Multiple Entity Sets per Type (Entity Framework)
How to: Define a Model with Single Entity Mapped to Two Tables
How to: Define a Model with a Horizontal Partition in the Storage Model (Entity Framework)
See Also
Other Resources
Querying Advanced Data Models (Entity Framework Tasks)
Samples (Entity Framework)
Working with Objects from an Advanced Data Model (Entity Framework Tasks)