Skip to main content

FunctionOperator(String, IEnumerable<CriteriaOperator>) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public FunctionOperator(
    string customFunctionName,
    IEnumerable<CriteriaOperator> operands
)

Parameters

Name Type Description
customFunctionName String

A String value, specifying the name of the custom function.

operands IEnumerable<CriteriaOperator>

A collection of the CriteriaOperator objects.

See Also