Lot Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| Lot Constructor(String,String,Boolean) | The Lot() method is the constructor used to instantiate a lot. This overload of the method loads the specified lot from the database and, optionally, the lot's attribute data if the loadAttributes flag is true. The overload uses an item ID and lot number to identify the lot. |
| Lot Constructor(String,Boolean) | The Lot() method is the constructor used to instantiate a lot. This overload of the method loads the specified lot from the database and, optionally, the lot's attribute data if the loadAttributes flag is true. The overload uses a lot number to identify the lot. |
| Lot Constructor(DataRow,Boolean) | The Lot() method is the constructor used to instantiate a lot. This overload of the method loads the lot specified by a previously retrieved DataRow from the database and, optionally, the lot's attribute data if the loadAttributes flag is true. This overload is useful when all lots have already been retrieved from the database as a DataSet. |