EntityDesignerChangeScope.Complete Method
Commits all operations within a change scope.
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Syntax
'Declaration
Public MustOverride Sub Complete
'Usage
Dim instance As EntityDesignerChangeScope
instance.Complete()
public abstract void Complete()
public:
virtual void Complete() abstract
public abstract function Complete()
Remarks
In a Visual Studio property extension, changes made to an .edmx file are committed when Complete is called.
For more information about extending the functionality of the ADO.NET Entity Data Model Tools, see Extending the Entity Data Model Tools and ADO.NET Entity Data Model Designer Extension Starter Kit.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
EntityDesignerChangeScope Class
EntityDesignerChangeScope Members
Microsoft.Data.Entity.Design.Extensibility Namespace
Other Resources
Visual Studio Extensibility Developer Center