DeleteAll Method (SubLotLevelDesc)
- Last UpdatedNov 06, 2025
- 1 minute read
This DeleteAll()method deletes multiple records from the Sublot_Level_Desc table. Note: This is considered to be an advanced method and must be used with care. Calling this methods with all parameters set to null will cause all the data in the table to be deleted. Whenever possible, use the Delete methods rather than the DeleteAll method
'Declaration
Public Shared Sub DeleteAll( _
ByVal sessionId As Integer, _
ByVal itemId As String, _
ByVal level As Nullable(Of Integer) _
)
'Usage
Dim sessionId As Integer
Dim itemId As String
Dim level As Nullable(Of Integer)
SubLotLevelDesc.DeleteAll(sessionId, itemId, level)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- itemId
Optional filter parameter. Holds the ID of an item stored at the sublot level that is being deleted.
- level
Optional filter parameter. Holds the sublot level that is being deleted.