Protocol.Covington.WorkRequest.DAL.RequestStatus.SelectOne Function
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.

Public System.Data.DataTable SelectOne ()
  Return Description  
    System.Data.DataTable DataTable object if succeeded, otherwise an Exception is thrown.

 
Remarks:
Properties needed for this method: Properties set after a succesful call of this method: Will fill all properties corresponding with a field in the table with the value of the row selected.