DeleteAll Method (OperSpecVer)
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteAll() method removes one or more operation specification version records from the Oper_Spec_Ver table, as specified by the filter parameters. Passing no filter parameters will remove all operation specification version records from the table.
'Declaration
Public Shared Sub DeleteAll( _
ByVal sessionId As Integer, _
ByVal processId As String, _
ByVal operId As String, _
ByVal verId As String _
)
'Usage
Dim sessionId As Integer
Dim processId As String
Dim operId As String
Dim verId As String
OperSpecVer.DeleteAll(sessionId, processId, operId, verId)
Parameters
- sessionId
-
Required. Holds the session ID and thus the user who is making this method call.
- processId
Optional filter parameter. Holds the ID of a process.
- operId
Optional filter parameter. Holds the ID of an operation.
- verId
Optional filter parameter. Holds the ID of a specification version.