Delete Method (LaborDeptEntLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified labor department/entity link record from the Labor_Dept_Ent_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal entId As Integer, _
ByVal deptId As String _
)
'Usage
Dim sessionId As Integer
Dim entId As Integer
Dim deptId As String
LaborDeptEntLink.Delete(sessionId, entId, deptId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- entId
- Required. Holds the ID of the entity whose link is being deleted.
- deptId
- Required. Holds the ID of the labor department whose link is being deleted.