Skip to main content

ICustomFunctionOperatorCompileableWithCaseSensitivity Interface

Implemented by case-sensitive custom functions that can be compiled on the client.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public interface ICustomFunctionOperatorCompileableWithCaseSensitivity :
    ICustomFunctionOperatorCompileable,
    ICustomFunctionOperator

Remarks

Implement this interface in addition to the ICustomFunctionOperator interface to make your custom function compilable. To make a custom function case-insensitive, implement ICustomFunctionOperatorCompileable instead of ICustomFunctionOperatorCompileableWithCaseSensitivity.

See Also