ICustomFunctionOperatorEvaluatableWithCaseSensitivity Interface
Implemented by custom functions that can be evaluated with case-sensitivity.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
public interface ICustomFunctionOperatorEvaluatableWithCaseSensitivity :
ICustomFunctionOperator
Remarks
Implement this interface in addition to the ICustomFunctionOperator interface to make your custom function case-sensitive. In addition to the ICustomFunctionOperator.Evaluate method, the ICustomFunctionOperatorEvaluatableWithCaseSensitivity interface declares the ICustomFunctionOperatorEvaluatableWithCaseSensitivity.Evaluate method that takes the caseSensitive Boolean parameter.
See Also