SampleAttr Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see SampleAttr members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new sample attribute record to the Sample_Attr table. |
![]() ![]() | Delete | The Delete() method deletes a sample attribute record from the Sample_Attr table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more sample attribute records from the Sample_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all sample attribute records from the table. |
![]() ![]() | GetByKey | Overloaded. The GetByKey() method retrieves the specified sample attribute record from the Sample_Attr table. |
![]() ![]() | Update | The Update() method updates all the columns of the specified sample record in the Sample_Attr table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified sample attribute record in the Sample_Attr table. |

