Attr Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by Attr.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new attribute record to the Attr table. |
![]() ![]() | Delete | The Delete() method deletes the specified attribute record from the Attr table. |
![]() ![]() | DeleteAll | The DeleteAll() method deletes one or more attribute records from the Attr table, as specified by the filter parameters. Passing no filter parameters will delete all attribute records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more attribute records from the Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all attribute records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified attribute record from the Attr table. |
![]() ![]() | Update | The Update() method updates all columns of the specified attribute record in the Attr table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified attribute record in the Attr table. |

