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