MemberQueryFilterRule Constructor (MemberQueryField, QueryFilterOperator, Object, QueryFilterOptions)

Initializes a new instance of the MemberQueryFilterRule class.

Namespace:  Dundas.BI.Data.MemberRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public MemberQueryFilterRule(
	MemberQueryField field,
	QueryFilterOperator filterOperator,
	Object value,
	QueryFilterOptions options
)

Parameters

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