| DatStat Illume 4.5 SDK Class Reference |
|
SDK_Query.AddFilter Method
Filters can be added to a query to limit the results returned from the query.
Parameters
-
filterName
- The letter (or letters) used to identify a specific filter. These names will be used to define who filters should be combined. See the SetQueryFilterType for details on how to define how filters are combined.
-
variableName
- The variable that will be filtered.
-
queryOperator
- The SDK_QueryOperator to use on the filter.
-
rightHandValue
- The right side of the filter expression that the variable will be compared against.
See Also
SDK_Query Class | DatStat.SDK.WebServiceWrappers Namespace