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).

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