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

InMemoryDataStore.RegisterCustomFunctionOperator(ICustomFunctionOperator) Method

Registers a custom function operator.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public void RegisterCustomFunctionOperator(
    ICustomFunctionOperator customFunction
)

Parameters

Name Type Description
customFunction ICustomFunctionOperator

An ICustomFunctionOperator object which is a custom function operator 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