Delete Method (DataLogGrpStdOperLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified data log group/standard operation link record from the Data_Log_Grp_Std_Oper_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal grpId As Integer, _
ByVal operId As String _
)
'Usage
Dim sessionId As Integer
Dim grpId As Integer
Dim operId As String
DataLogGrpStdOperLink.Delete(sessionId, grpId, 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.
- operId
Required. Holds the ID of the operation that is being linked.