GetByKey Method (OperStepEntExclusion)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified operation step entity exclusion record from the Oper_Step_Ent_Exc table.
Parameters
- processId
- Required. Holds the ID of the process to which the operation belongs.
- operId
- Required. Holds the ID of the operation to which the step belongs.
- stepNo
- Required. Holds the step number.
- entId
- Required. Holds the entity ID.
Return Value
Returns a DataSet that contains the DataRow of the specified operation step entity exclusion in the Oper_Step_Ent_Exc table. If no matching record for the specified operation step entity exclusion is found, an empty DataSet is returned.