An NDoc Documented Class Library

AbstractODBCDataAccessor.Dispose Method (Boolean)

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 disposing
);

Parameters

disposing
True if being called by Dispose() or directly from object itself, false if being called by finalizer

See Also

AbstractODBCDataAccessor Class | Sandia.MVCFramework.DataAccessor Namespace | AbstractODBCDataAccessor.Dispose Overload List