Delete Method (LaborReasLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified labor reason link record from the Labor_Reas_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal entId As Integer, _
ByVal rawReasCd As String, _
ByVal labCd As String _
)
'Usage
Dim sessionId As Integer
Dim entId As Integer
Dim rawReasCd As String
Dim labCd As String
LaborReasLink.Delete(sessionId, entId, rawReasCd, labCd)
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 for the link is being deleted.
- rawReasCd
- Required. Holds the code of the raw reason for the link is being deleted.
- labCd
- Required. Holds the code for the labor category for the link that is being deleted.