GetByFilter Method (QmSpec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByFilter() method retrieves a set of QM specification records from the Qm_Spec table based on the input filters.
| Overload | Description |
|---|---|
| GetByFilter(String,String,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,String,Nullable<Int32>,String,String) | The GetByFilter() method retrieves a set of QM specification records from the Qm_Spec table based on the input filters. |
| GetByFilter(String,String,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,String,Nullable<Int32>,String,String,Nullable<Boolean>) | The GetByFilter() method retrieves a set of QM specification records from the Qm_Spec table based on the input filters. This overload of the method includes the activeSpecs parameter to allow you to retrieve only active specifications or active and expired specifications. |