JobRunQueryFilterRule Constructor (JobRunQueryField, QueryFilterOperator, Object, QueryFilterOptions)

Initializes a new instance of the JobRunQueryFilterRule class.

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

Parameters

field
Type: Dundas.BI.SchedulingJobRunQueryField
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