Delete Method (LotAttrDefault)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes a lot attribute default record from the Lot_Attr_Default table.
'Usage
Dim sessionId As Integer
Dim rowId As Integer
LotAttrDefault.Delete(sessionId, rowId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- rowId
Required. Holds the ID of the row that is being deleted.