Delete Method (SubLotLevelDesc)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes a sublot level description record from the Sublot_Level_Desc table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal itemId As String, _
ByVal level As Integer _
)
'Usage
Dim sessionId As Integer
Dim itemId As String
Dim level As Integer
SubLotLevelDesc.Delete(sessionId, itemId, level)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- itemId
Required. Holds the ID of the item stored at the sublot level that is being deleted.
- level
Required. Holds the sublot level that is being deleted.