QueryFilterRuleBase Class

Base class for filter rules which apply to query methods on Engine services.
Inheritance Hierarchy

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract class QueryFilterRuleBase

The QueryFilterRuleBase type exposes the following members.

Properties
  NameDescription
Public propertyIsCaseSensitive
Gets a value indicating whether the filter should be case sensitive.
Public propertyIsOperatorInverted
Gets a value indicating whether a logical NOT should be applied to the filter expression.
Public propertyOperator
Gets the filter expression operator.
Public propertyOptions
Gets the query filter options.
Public propertyValue
Gets the value (right side of the filter expression).
Top
See Also