RevisionQueryFilterRule Class |
Namespace: Dundas.BI.FileSystem
The RevisionQueryFilterRule type exposes the following members.
| Name | Description | |
|---|---|---|
| RevisionQueryFilterRule(RevisionQueryField, QueryFilterOperator, Object) |
Initializes a new instance of the RevisionQueryFilterRule class.
| |
| RevisionQueryFilterRule(RevisionQueryField, QueryFilterOperator, Object, QueryFilterOptions) |
Initializes a new instance of the RevisionQueryFilterRule class.
|
| Name | Description | |
|---|---|---|
| Field | Gets the field on which the filter should be applied (left side of the filter expression). (Inherited from QueryFilterRuleTFieldsEnum.) | |
| IsAccentSensitive |
Gets a value indicating whether this column is accent sensitive.
(Inherited from QueryFilterRuleTFieldsEnum.) | |
| IsCaseSensitive | Gets a value indicating whether the filter should be case sensitive. (Inherited from QueryFilterRuleBase.) | |
| IsOperatorInverted | Gets a value indicating whether a logical NOT should be applied to the filter expression. (Inherited from QueryFilterRuleBase.) | |
| Operator | Gets the filter expression operator. (Inherited from QueryFilterRuleBase.) | |
| Options | Gets the query filter options. (Inherited from QueryFilterRuleBase.) | |
| Value | Gets the value (right side of the filter expression). (Inherited from QueryFilterRuleBase.) |