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

