Click or drag to resize

DataManagerDispose Method (Boolean)

Releases the unmanaged resources used by the DataManager and optionally releases the managed resources

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public void Dispose(
	bool disposeManagedObjects
)

Parameters

disposeManagedObjects
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also