Editing an .edmx File Manually (Entity Framework)
The topics in this section describe how to manually edit an .edmx file for certain scenarios that are not supported by the ADO.NET Entity Data Model Designer.
In This Section
How to: Create an Entity Key When No Key Is Inferred (Entity Framework)
How to: Map a GUID Property to a Binary Column (Entity Framework)
How to: Define Custom Functions in the Storage Model (Entity Framework)
How to: Define Custom Functions in the Conceptual Model (Entity Framework)
See Also
Concepts
.edmx File Overview (Entity Framework)
ADO.NET Entity Data Model Designer