GetByKey Method (OperItemSpec)
- Last UpdatedMar 17, 2026
- 1 minute read
The GetByKey() method retrieves the specified operation item specification record from the Oper_Item_Spec table.
'Usage
Dim rowId As Integer
Dim value As DataSet
value = OperItemSpec.GetByKey(rowId)
Parameters
- rowId
- Required. Holds the unique row ID that was assigned to the operation item specification record to be retrieved.