JobRunEventQueryFilterRule Constructor (JobRunEventQueryField, QueryFilterOperator, Object)

Initializes a new instance of the JobRunEventQueryFilterRule 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 JobRunEventQueryFilterRule(
	JobRunEventQueryField field,
	QueryFilterOperator filterOperator,
	Object value
)

Parameters

field
Type: Dundas.BI.SchedulingJobRunEventQueryField
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.
See Also