Mapping Details Window

The Mapping Details window is the component of the ADO.NET Entity Data Model Designer (Entity Designer) that enables you to view and edit mappings in the Entity Data Model (EDM). You can map entity types or associations to one or more database tables or functions.

Viewing the Mapping Details

The Mapping Details window is a Visual Studio component that is integrated with the Entity Designer. Double-click an .edmx file in Solution Explorer to open the Entity Designer. This includes the Mapping Details window. The Mapping Details window shows the mappings of the selected entity type in the currently active window.

Note

If the Mapping Details window is not visible, right-click the main design surface and select Mapping Details.

For more information about how to create mappings, see How to: Map Entities to Database Tables and How to: Create and Edit Association Mappings.

See Also

Concepts

ADO.NET Entity Data Model Designer Overview

Other Resources

Entity Data Model Tools Tasks