EntityDesignerChangeScope.Dispose Method

 

Releases the resources used by the EntityDesignerChangeScope class

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

NameDescription
System_CAPS_pubmethodDispose()

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

System_CAPS_protmethodDispose(Boolean)

Does nothing in this base class. Should be overridden in classes which inherit from this class and which have resources to release.


EntityDesignerChangeScope.Dispose Method ()

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

public void Dispose()

EntityDesignerChangeScope.Dispose Method (Boolean)

Does nothing in this base class. Should be overridden in classes which inherit from this class and which have resources to release.

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean

true if this is called from Dispose(),false if called from the finalizer