DeleteAll Method (StdOperSpecVer)
- Last UpdatedNov 06, 2025
- 1 minute read
The The DeleteAll() method deletes multiple existing records in the Std_Oper_Spec_Ver table.
'Declaration
Public Shared Sub DeleteAll( _
ByVal sessionId As Integer, _
ByVal operId As String, _
ByVal verId As String _
)
'Usage
Dim sessionId As Integer
Dim operId As String
Dim verId As String
StdOperSpecVer.DeleteAll(sessionId, operId, verId)
Parameters
- sessionId
- Required. A long to identify the session and thus the user who is making this call.
- operId
- Optional. Holds the ID of the standard operation.
- verId
- Optional. Holds the ID of the spec revision.