SessionQueryFilterRule Constructor (SessionQueryField, QueryFilterOperator, Object)

Initializes a new instance of the SessionQueryFilterRule class.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public SessionQueryFilterRule(
	SessionQueryField field,
	QueryFilterOperator filterOperator,
	Object? value
)

Parameters

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