GetByKey Method (ResultAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified result attribute record from the Result_Attr table.
| Overload | Description |
|---|---|
| GetByKey(Int32,Int32,Int32,Int32) | The GetByKey() method retrieves the specified result attribute record from the Result_Attr table. This overload of the method uses the attribute ID to identify the attribute. |
| GetByKey(String,Int32,Int32,Int32) | The GetByKey() method retrieves the specified result attribute record from the Result_Attr table. This overload of the method uses the attribute description to identify the attribute. |