LotAttrDefault Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see LotAttrDefault members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new lot attribute default record to the Lot_Attr_Default table. |
![]() ![]() | Delete | The Delete() method removes a lot attribute default record from the Lot_Attr_Default table. |
![]() ![]() | DeleteAll | This DeleteAll()method deletes multiple records from the Lot_Attr_Default 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 lot attribute default records from the Lot_Attr_Default table, as specified by the filter parameters. Passing no filter parameters will retrieve all lot attribute default records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves a single row from the Lot_Attr_Default table using the specified primary key field. |
![]() ![]() | 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 default record in the Lot_Attr_Default table.. |

