Skip to main content
.NET 6.0+

InMemoryDataStore.RegisterCustomFunctionOperator(ICustomFunctionOperator) Method

Registers a custom function operator.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.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