AJE Components
DataQuery Dispose Method (Boolean)AJE Data Asset Engine Help
Releases the unmanaged resources used by the DataQuery and optionally releases the managed resources

Namespace: AJE.DataAssetEngine
Assembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
Syntax

protected override void Dispose(
	bool Disposing
)

Parameters

Disposing
Type: OnlineSystem Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also