A newer version of this page is available.
Switch to the current version.
ICustomFunctionOperatorConvertibleToExpression Interface
Implemented by custom functions that can be converted to a LINQ expression.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v19.1.dll
Declaration
public interface ICustomFunctionOperatorConvertibleToExpression :
ICustomFunctionOperator
Public Interface ICustomFunctionOperatorConvertibleToExpression
Inherits ICustomFunctionOperator
Remarks
Implement this interface in addition to the ICustomFunctionOperator interface to make your custom function convertible to a LINQ Expression.
See Also
Feedback