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