SubLot Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see SubLot members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new sublot record to the Sublot table. |
![]() ![]() | Delete | The Delete() method removes a sublot record from the Sublot table. |
![]() ![]() | DeleteAll | This DeleteAll()method deletes multiple records from the Sublot 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 sublot records from the Sublot table, as specified by the filter parameters. Passing no filter parameters will retrieve all sublot records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves a single row from the Sublot table using the specified primary key fields. |
![]() ![]() | Rename | The Rename() method renames a sublot number to a new sublot. |
![]() ![]() | Update | The Update() method updates all columns for the specified sublot record in the Sublot table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified sublot record in the Sublot table. |

