A newer version of this page is available.
Switch to the current version.
ICustomFunctionOperatorCompileable Interface
Implemented by custom functions that can be compiled on the client.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v19.1.dll
Declaration
public interface ICustomFunctionOperatorCompileable :
ICustomFunctionOperator
Public Interface ICustomFunctionOperatorCompileable
Inherits ICustomFunctionOperator
Remarks
Implement this interface in addition to the ICustomFunctionOperator interface to make your custom function compilable. To make a custom function case-sensitive, implement ICustomFunctionOperatorCompileableWithCaseSensitivity instead of ICustomFunctionOperatorCompileable.
See Also
Feedback