DeleteAll Method (UtilRawReas)
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteAll() method removes one or more utilization raw reason records from the Util_Raw_Reas table, as specified by the filter parameters. Passing no filter parameters will remove all utilization raw reason records from the table.
'Declaration
Public Shared Sub DeleteAll( _
ByVal sessionId As Integer, _
ByVal entId As Nullable(Of Integer), _
ByVal rawReasCd As String _
)
'Usage
Dim sessionId As Integer
Dim entId As Nullable(Of Integer)
Dim rawReasCd As String
UtilRawReas.DeleteAll(sessionId, entId, rawReasCd)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- entId
- Optional filter parameter. Holds the ID of the entity whose utilization raw reasons are being deleted.
- rawReasCd
- Optional filter parameter. Holds the code for the utilization raw reason that is being deleted.