Bind Entity Data to Controls
The ADO.NET Entity Framework enables you to directly bind controls to objects that have been returned by object queries against a conceptual model . The following links are to topics relevant to this scenario. For more Entity Framework scenarios, see Application Scenarios (Entity Framework).
- To bind objects to controls.
- Data binding samples
Related Topics
-
Walkthrough: Mapping Inheritance - Table-per-Hierarchy (Entity Data Model Tools)
-
Walkthrough: Mapping Inheritance - Table-per-Type (Entity Data Model Tools)
-
Walkthrough: Mapping an Entity to Multiple Tables (Entity Data Model Tools)
-
Walkthrough: Mapping an Entity to Stored Procedures (Entity Data Model Tools)
-
Walkthrough: Retrieving Entity Types with a Stored Procedure (Entity Data Model Tools)
-
Walkthrough: Creating the Course Manager Web Application (Entity Data Model Tools)