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

FunctionOperator(String, IEnumerable<CriteriaOperator>) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

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