GetByFilter Method (Sample)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByFilter() method retrieves a set of sample records from the Sample table based on the input filters and from the specified time range.
| Overload | Description |
|---|---|
| GetByFilter(String,Nullable<DateTime>,Nullable<DateTime>,String,String,Nullable<Int32>,String,Nullable<Int32>,String,String,Nullable<Int32>) | The GetByFilter() method retrieves a set of sample records from the Sample table based on the input filters and from the specified time range. |
| GetByFilter(String,Nullable<DateTime>,Nullable<DateTime>,String,String,Nullable<Int32>,String,Nullable<Int32>,String,String,Nullable<Int32>,Nullable<DateTime>) | The GetByFilter() method retrieves a set of sample records from the Sample table based on the input filters and from the specified time range. This overload supports the lastFetchedAtUtc filter parameter; only records whose last_edit_at value is later than the lastFetchedAtUtc value will be included in the result DataSet. |