ToolingFacade.Dispose Method

 

Releases the resources used by the current instance of the ToolingFacade class.

Namespace:   System.Data.Entity.Migrations.Design
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodDispose()

Releases the resources used by the current instance of the ToolingFacade class.

System_CAPS_protmethodDispose(Boolean)

Releases all resources used by the facade.


ToolingFacade.Dispose Method ()

Releases the resources used by the current instance of the ToolingFacade class.

public void Dispose()

ToolingFacade.Dispose Method (Boolean)

Releases all resources used by the facade.

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.