Protocol.Covington.WorkRequest.DAL.Person Class
Purpose: Data Access class for the table 'Person'.

Access: Public
Base Classes: DBInteractionBase
  Members Description  
    _personID    
    _phone    
    _title    
    _note    
    _firstName    
    _lastName    
    _email    
    Person Purpose: Class constructor.

 
    Insert Purpose: Insert method. This method will insert one new row into the database.

 
    Update Purpose: Update method. This method will Update one existing row in the database.

 
    Delete Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.

 
    SelectOne Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.

 
    SelectAll Purpose: SelectAll method. This method will Select all rows from the table.

 
    PersonID    
    FirstName    
    LastName    
    Email    
    Phone    
    Title    
    Note