GetByKey Method (CertStdOperLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified certification/standard operation link record from the Cert_Std_Oper_Link table.
'Declaration
Public Shared Function GetByKey( _
ByVal certName As String, _
ByVal operId As String _
) As DataSet
'Usage
Dim certName As String
Dim operId As String
Dim value As DataSet
value = CertStdOperLink.GetByKey(certName, operId)
Parameters
- certName
Required. Holds the name of the certification linked to the standard operation.
- operId
- Required. Holds the ID of the standard operation linked to the certification.
Return Value
Returns a DataSet that contains the DataRow of the specified certification/standard operation link in the Cert_Oper_Link table. If no matching record for the specified certification/standard operation link is found, an empty DataSet is returned.