Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

InMemoryDataStore.RegisterCustomFunctionOperators(ICollection<ICustomFunctionOperator>) Method

Registers custom function operators.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public void RegisterCustomFunctionOperators(
    ICollection<ICustomFunctionOperator> customFunctions
)

Parameters

Name Type Description
customFunctions ICollection<ICustomFunctionOperator>

An ICollection<ICustomFunctionOperator> object which specifies the custom function operators to be registered.

Remarks

To learn how to implement and register custom function operators, refer to How to: Implement a Custom Criteria Language Function Operator.

See Also