Skip to main content

FunctionOperator(FunctionOperatorType, CriteriaOperator[]) Constructor

Initializes a new instance of the FunctionOperator class with the default settings.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Parameters

Name Type Description
type FunctionOperatorType

A FunctionOperatorType value that specifies the type of function. This value is used to initialize the FunctionOperator.OperatorType property.

operands CriteriaOperator[]

An array of CriteriaOperator objects that specify the operands required by the selected function. This value is used to initialize the FunctionOperator.Operands property.

See Also