GetByKey Method (JobAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified job attribute record from the Job_Attr table.
Parameters
- woId
- Required. Holds the work order ID of the job whose attributes are being retrieved.
- operId
- Required. Holds the operation ID of the job whose attributes are being retrieved.
- seqNo
- Required. Holds the operation sequence number of the operation whose attributes are being retrieved.
- attrDescription
- Required. Holds the description of the attribute to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified job attribute in the job_attr table. If no matching record for the specified job attribute is found, an empty DataSet is returned.