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