Protocol.Covington.WorkRequest.DAL.Project.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:
ProjectID
Properties set after a succesful call of this method:
ErrorCode
ProjectID
Name
Code
Number
Will fill all properties corresponding with a field in the table with the value of the row selected.