Lot Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by Lot.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new lot record to the lot table. |
![]() ![]() | Delete | The Delete() method removes a lot record from the lot table. It will also remove any sublot records for sublots of this lot. |
![]() ![]() | DeleteAll | The DeleteAll() method deletes multiple records from the lot 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 |
![]() ![]() | GetAll | The GetAll() method retrieves one or more lot records from the Lot table, as specified by the filter parameters. Passing no filter parameters will retrieve all lot records from the Lot table. |
![]() ![]() | GetAvailSNOS | The GetAvailSNOS() method gets a list of serial numbers that are available for the item specified. If no item is specified, this method will get a list of all available serial numbers. |
![]() ![]() | GetByKey | The GetByKey() method retrieves a single row from the Lot table using the specified primary key fields. |
![]() ![]() | GetLotSubLotByFilter | The GetLotSubLotByFilter() method retrieves a list of lots, sublots based on the supplied filters. |
![]() ![]() | Rename | The Rename() method renames a lot number to a new lot. |
![]() ![]() | Update | The Update() method updates all columns for the specified lot record in the Lot table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified lot record in the Lot table. |

