Click or drag to resize

AltaxoOleDbDataSourceDispose(Boolean) Method

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

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also