Use Stored Procedures (Application Scenarios)
The ADO.NET Entity Framework enables you to define an Entity Data Model (EDM) that uses stored procedures to return queried data and to execute insert, update, and delete operations in the data source. The following links are to topics relevant to this scenario. For more Entity Framework scenarios, see Application Scenarios (Entity Framework).
Read up on using stored procedures with an Entity Data Model.
Use stored procedures to return entity data.
Use stored procedures to modify entity data.
Related Topics
See Also
Concepts
Entity Framework Resources
Entity Framework Terminology
Entity Data Model
Other Resources
Application Scenarios (Entity Framework)
Programming Guide (Entity Framework)
ADO.NET Entity Data Model Designer Overview