SamplePlan Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by SamplePlan.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new sample plan record to the Sample_Plan table. |
![]() ![]() | Delete | The Delete() method deletes the specified sample plan record from the Sample_Plan table. |
![]() ![]() | DeleteAll | The DeleteAll() method deletes one or more sample plan records from the Sample_Plan table, as specified by the filter parameters. Passing no filter parameters will delete all sample plan records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more sample plan records from the Sample_Plan table, as specified by the filter parameters. Passing no filter parameters will retrieve all sample plan records from the table. |
![]() ![]() | GetByFilter | The GetByFilter() method retrieves the records from the Sample_Plan table that fit within the filtered dataset. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified sample plan record from the Sample_Plan table. |
![]() ![]() | Update | The Update() method updates all fields for the specified Sample Plan record in the Sample_Plan table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified sample plan record in the Sample Plan table. |

