Delete Method (DataLogGrpOperLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified data log group/operation link record from the Data_Log_Grp_Oper_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal grpId As Integer, _
ByVal processId As String, _
ByVal operId As String _
)
'Usage
Dim sessionId As Integer
Dim grpId As Integer
Dim processId As String
Dim operId As String
DataLogGrpOperLink.Delete(sessionId, grpId, processId, operId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- grpId
- Required. Holds the ID of the data log group that is being linked.
- processId
- Required. Holds the process ID of the operation that is being linked.
- operId
- Required. Holds the operation ID of the job step that is being linked.