SubLotLevelDesc Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by SubLotLevelDesc.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new sublot level description record to the Sublot_Level_Desc table. |
![]() ![]() | Delete | The Delete() method removes a sublot level description record from the Sublot_Level_Desc table. |
![]() ![]() | DeleteAll | This DeleteAll()method deletes multiple records from the Sublot_Level_Desc 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 level description records from the Sublot_Level_Desc table, as specified by the filter parameters. Passing no filter parameters will retrieve all sublot level description records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves a single row from the Sublot_Level_Desc table using the specified primary key fields. |
![]() ![]() | 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 level description record in the Sublot_Level_Desc table. |

