DeleteAll Method (StdOperEntLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteAll() method deletes one or more standard operation/entity link records from the Std_Oper_Ent_Link table, as specified by the filter parameters. Passing no filter parameters will delete all standard operation/entity link records from the table.
'Declaration
Public Shared Sub DeleteAll( _
ByVal sessionId As Integer, _
ByVal operId As String, _
ByVal entId As Nullable(Of Integer) _
)
'Usage
Dim sessionId As Integer
Dim operId As String
Dim entId As Nullable(Of Integer)
StdOperEntLink.DeleteAll(sessionId, operId, entId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- operId
- Optional filter parameter. Holds the ID of a standard operation whose links are being removed.
- entId
- Optional filter parameter. Holds the ID of an entity whose links are being removed.