TenantQueryFilterRule Constructor (TenantQueryField, QueryFilterOperator, Object)

Initializes a new instance of the TenantQueryFilterRule class.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public TenantQueryFilterRule(
	TenantQueryField field,
	QueryFilterOperator filterOperator,
	Object? value
)

Parameters

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