IModelTransformExtension.OnBeforeModelSaved Method (ModelTransformExtensionContext)

 

Defines functionality for extending the process by which an .edmx file is saved by the Entity Data Model Designer.

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

Syntax

void OnBeforeModelSaved(
    ModelTransformExtensionContext context
)
void OnBeforeModelSaved(
    ModelTransformExtensionContext^ context
)
abstract OnBeforeModelSaved : 
        context:ModelTransformExtensionContext -> unit
Sub OnBeforeModelSaved (
    context As ModelTransformExtensionContext
)

Parameters

See Also

IModelTransformExtension Interface
Microsoft.Data.Entity.Design.Extensibility Namespace

Return to top