Skip to main content

InOperator(CriteriaOperator, CriteriaOperator[]) Constructor

Initializes a new InOperator instance with the criteria that specify an expression to match, and pattern expressions.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public InOperator(
    CriteriaOperator leftOperand,
    params CriteriaOperator[] operands
)

Parameters

Name Type Description
leftOperand CriteriaOperator

The criterion that specifies an expression to match to one of the operands.

operands CriteriaOperator[]

An array of criteria that are patterns, one of which the leftOperand expression should match.

See Also