Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Exposes methods for converting a custom file format to and from the .edmx file format that is readable by the Entity Data Model Designer.
The IModelConversionExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnAfterFileLoaded | Defines custom functionality for loading a file with a custom format and converting it to an .edmx format. |
![]() |
OnBeforeFileSaved | Defines custom functionality for converting an .edmx file to a file with a custom format before the file is saved. |
Top