QueryFilterRuleBase Properties

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