Result Class Members
- Last UpdatedMar 17, 2026
- 3 minute read
The following tables list the members exposed by Result.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new result to the Result table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more result records from the Result table, as specified by the filter parameters. Passing no filter parameters will retrieve all result records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified result record from the Result table. |
![]() ![]() | RecordResultData | The RecordResultData() method adds one or more result values to the Result table and returns any control rule violations. |
![]() ![]() | RecordResultDataAsync | The RecordResultDataAsync() asynchronous method adds one or more result values to the Result table and returns any control rule violations. |
![]() ![]() | RecordSampleCharacteristicData | The RecordSampleCharacteristicData() method updates the Sample_Char_Link table and adds one or more result values to the Result table. |
![]() ![]() | RecordSampleCharacteristicDataAsync | The RecordSampleCharacteristicDataAsync() asynchronous method updates the Sample_Char_Link table and adds one or more result values to the Result table. |

