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
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);
AbstractODBCDataAccessor Class | Sandia.MVCFramework.DataAccessor Namespace