RevisionQueryFilterRule Constructor (RevisionQueryField, QueryFilterOperator, Object, QueryFilterOptions)

Initializes a new instance of the RevisionQueryFilterRule class.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public RevisionQueryFilterRule(
	RevisionQueryField field,
	QueryFilterOperator filterOperator,
	Object value,
	QueryFilterOptions options
)

Parameters

field
Type: Dundas.BI.FileSystemRevisionQueryField
The field on which the filter should apply.
filterOperator
Type: Dundas.BIQueryFilterOperator
The filter expression operator.
value
Type: SystemObject
The value applied to the right-hand side of the operator.
options
Type: Dundas.BIQueryFilterOptions
Options that specify the behavior of the filter.
See Also