GetByKey Method (StdOperStepChoice)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified standard operation step choice record from the Std_Oper_Step_Choice table.
'Usage
Dim rowId As Integer
Dim value As DataSet
value = StdOperStepChoice.GetByKey(rowId)
Parameters
- rowId
Required. Holds the row ID of the standard operation step choice record to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified standard operation step choice in the Std_Oper_Step_Choice table. If no matching record for the specified standard operation step choice is found, an empty DataSet is returned.