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

