DbDataAdapter Dispose Method (Boolean)NReco.Data Class Library Documentation
Releases the unmanaged resources used by the DbDataAdapter and optionally releases the managed resources

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

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
See Also