Protocol.Covington.WorkRequest.IDAL.DBInteractionBase Class
Purpose: Abstract base class for Database Interaction classes.

Access: Public
Base Classes: Object
Implemented interfaces: IDisposable, ICommonDBAccess
  Members Description  
    _mainConnection    
    _errorCode    
    _mainConnectionIsCreatedLocal    
    _mainConnectionProvider    
    _isDisposed    
    DBInteractionBase Purpose: Class constructor.

 
    InitClass Purpose: Initializes class members.

 
    Dispose Purpose: Implements the IDispose' method Dispose.

 
    Dispose Purpose: Implements the Dispose functionality.

 
    Insert Purpose: Implements the ICommonDBAccess.Insert() method.

 
    Delete Purpose: Implements the ICommonDBAccess.Delete() method.

 
    Update Purpose: Implements the ICommonDBAccess.Update() method.

 
    SelectAllFullName Purpose: Implements the ICommonDBAccess.SelectAllFullName() method.

 
    SelectOne Purpose: Implements the ICommonDBAccess.SelectOne() method.

 
    SelectAll Purpose: Implements the ICommonDBAccess.SelectAll() method.

 
    Search Purpose: Implements the ICommonDBAccess.Search() method.

 
    MainConnectionProvider    
    ErrorCode