GetByKey Method (StandardOper)
- Last UpdatedMar 17, 2026
- 1 minute read
The GetByKey() method retrieves the specified standard operation record from the Std_Oper table.
'Usage
Dim operId As String
Dim value As DataSet
value = StandardOper.GetByKey(operId)
Parameters
- operId
- Required. Holds the ID of the operation to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified standard operation in the Std_Oper table. If no matching record for the specified standard operation is found, an empty DataSet is returned.