GetByKey Method (CertOperStepLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified certification/operation step link record from the Cert_Oper_Link table.
Parameters
- certName
Required. Holds the name of the certification linked to the operation step.
- 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 linked to the certification
Return Value
Returns a DataSet that contains the DataRow of the specified certification/operation step link in the Cert_Oper_Link table. If no matching record for the specified certification/operation step link is found, an empty DataSet is returned.