Protocol.Covington.WorkRequest.DAL.Estimate.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:
EstimateID
Properties set after a succesful call of this method:
ErrorCode
EstimateID
EstimatedComplete
ApproverEstimatedHours
WorkerEstimatedHours
AssignerEstimatedHours
AssignmentID
Will fill all properties corresponding with a field in the table with the value of the row selected.