Skip to main content
A newer version of this page is available. .

FunctionOperator(FunctionOperatorType, CriteriaOperator[]) Constructor

Initializes a new FunctionOperator instance with the specified predefined function type and operands.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public FunctionOperator(
    FunctionOperatorType type,
    params CriteriaOperator[] operands
)

Parameters

Name Type Description
type FunctionOperatorType

The function type.

operands CriteriaOperator[]

An array of operands that the function manipulates.

See Also