SubLotAttr Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see SubLotAttr members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new sublot attribute record to the Sublot_Attr table. |
![]() ![]() | Delete | The Delete() method removes a sublot attribute record from the Sublot_Attr table. |
![]() ![]() | DeleteAll | This DeleteAll()method deletes multiple records from the Sublot_Attr 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 | Overloaded. The GetAll() method retrieves one or more sublot attribute records from the Sublot_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all sublot attribute records from the table. |
![]() ![]() | GetAttrs | The GetAttrs() method retrieves all attributes that are assigned to the specified sublot and also indicates whether the specified user has permission to edit the attribute. |
![]() ![]() | GetAvailableAttrs | The GetAvailableAttrs() method retrieves all sublot attributes that are not yet assigned to the specified sublot and are editable by the specified user. |
![]() ![]() | GetByKey | Overloaded. The GetByKey() method retrieves the specified sublot attribute record from the Sublot_Attr table. |
![]() ![]() | Update | The Update() method updates all columns for the specified sublot attribute record in the Sublot_Attr table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified sublot attribute record in the Sublot_Attr table. |

