EntityDesignerChangeScope.Dispose Method
Releases the resources used by the EntityDesignerChangeScope class
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Name | Description | |
---|---|---|
![]() | Dispose() | Releases all resources used by the current instance of the EntityDesignerChangeScope class. |
![]() | Dispose(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.
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.
Parameters
- disposing
-
Type:
System.Boolean
true if this is called from Dispose(),false if called from the finalizer