GetByKey Method (StdOperEntSpec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified standard operation entity specification record from the Std_Oper_Ent_Spec table.
Parameters
- operId
- Required. Holds the ID of the standard operation.
- stepNo
- Required. Holds the number of the step with which the specification is associated.
- entId
- Required. Holds the ID of the entity.
- verId
- Required. Holds the specification version.
- specId
- Required. Holds the specification ID.
Return Value
Returns a DataSet that contains the DataRow of the specified standard operation entity specification in the Std_Oper_Ent_Spec table. If no matching record for the specified standard operation entity specification is found, an empty DataSet is returned.