GetByFilter Method (DataLogGrp)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByFilter() method retrieves a set of data log group records based on the input filters.
| Overload | Description |
|---|---|
| GetByFilter(Nullable<Int32>,Nullable<DateTime>,Nullable<DateTime>,String,String,Nullable<Int32>,Nullable<Int32>,String,String,Nullable<Int32>,Nullable<DateTime>,Nullable<DateTime>) | The GetByFilter() method retrieves a set of data log records based on the input filters. In this overload of the method, the data log group filter is identified by its group ID. |
| GetByFilter(String,Nullable<DateTime>,Nullable<DateTime>,String,String,Nullable<Int32>,Nullable<Int32>,String,String,Nullable<Int32>,Nullable<DateTime>,Nullable<DateTime>) | The GetByFilter() method retrieves a set of data log records based on the input filters. In this overload of the method, the data log group is identified by its description. |