GetByKey Method (OperStep)
- Last UpdatedMar 17, 2026
- 1 minute read
The GetByKey() method retrieves the specified operation step record from the Oper_Step table.
Parameters
- processId
- Required. Holds the ID of the process to which the operation step belongs.
- operId
- Required. Holds the ID of the operation to which the operation step belongs.
- stepNo
- Required. Holds the number of the step to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified operation step in the Oper_Step table. If no matching record for the specified operation step is found, an empty DataSet is returned.