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