An NDoc Documented Class Library

AbstractODBCDataAccessor.Dispose Method

Allows the filter to clean up after itself and close off any open resources; much more efficient to call this explicitly than to have garbage collector call finalizer

Overload List

Allows the filter to clean up after itself and close off any open resources; much more efficient to call this explicitly than to have garbage collector call finalizer

public override void Dispose();

Common cleanup functionality - used to handle disposing and finalization; by default nothing to clean up unless overriden by child class

protected virtual void Dispose(Boolean);

See Also

AbstractODBCDataAccessor Class | Sandia.MVCFramework.DataAccessor Namespace