GetByKey Method (DataLogGrpJobStepLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified data log group/job step link record from the Data_Log_Grp_Job_Step_Link table.
Parameters
- grpId
- Required. Holds the ID of the data log group that is being linked.
- woId
- Required. Holds the work order ID of the job step that is being linked.
- operId
- Required. Holds the operation ID of the job step that is being linked.
- seqNo
- Required. Holds the sequence number of the job step that is being linked.
- stepNo
- Required. Holds the step number of the job step that is being linked.
Return Value
Returns a DataSet that contains the DataRow of the specified record in the Data_Log_Grp_Job_Step_Link table. If no matching record is found, an empty DataSet is returned.