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

