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