Has anyone a good sample for a "real" mapping scenario with Entity Framework. Not one of that simple Table <-> Entity one ;-)
Asked
Active
Viewed 584 times
1 Answers
5
You should look at the Defining Advanced Data Models article on MSDN, it has the following subjects:
- Define a Model with a Stored Procedure
- Define a Model with Modification Stored Procedures
- Define a Model with Complex Type
- Define a Model with Table-per-Type Inheritance
- Define a Model with Table-per-Hierarchy Inheritance
- Define a Model with Multiple Entity Sets per Type
- Define a Model with Single Entity Mapped to Two Tables
- Define a Model with a Horizontal Partition in the Storage Model

Davy Landman
- 15,109
- 6
- 49
- 73