Delete Method (UtilRawReas)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the specified utilization raw reason record from the Util_Raw_Reas table for the specified entity and raw reason.
'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
UtilRawReas.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 utilization raw reason is being deleted.
- rawReasCd
- Required. Holds the code of the utilization raw reason that is being deleted.