EntityDesignerChangeScope.Dispose Method

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Releases all resources used by the current instance of the EntityDesignerChangeScope class.

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

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As EntityDesignerChangeScope

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit  
override Dispose : unit -> unit
public final function Dispose()

Implements

IDisposable.Dispose()

See Also

Reference

EntityDesignerChangeScope Class

Dispose Overload

Microsoft.Data.Entity.Design.Extensibility Namespace