Delete Method (OperItemSpec)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified operation item specification record from the Oper_Item_Spec table.
'Usage
Dim sessionId As Integer
Dim rowId As Integer
OperItemSpec.Delete(sessionId, rowId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call
- rowId
- Required. Holds the ID of the row (record) to be deleted.