GetByKey Method (JobRoute)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves a single row from the Job_Route table using the specified primary key fields.
public static DataSet GetByKey(
string woId,
string operId,
int seqNo,
string inputOperId,
int inputSeqNo
)
Parameters
- woId
- Required. A string which identifies the work order of the job.
- operId
- Required. A string which identifies the operation of the job.
- seqNo
- Required. An integer which identifies the sequence number of the job.
- inputOperId
- Required. A string which identifies the operation of the job from which the input quantity will be obtained.
- inputSeqNo
- Required. An integer which identifies the sequence number of the job from which the input quantity will be obtained.
Return Value
Returns the row from the Job_Route table for the specified primary key.