Skip to main content
A newer version of this page is available. .

ICustomFunctionOperatorEvaluatableWithCaseSensitivity Interface

Implemented by custom functions that can be evaluated with case-sensitivity.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.2.dll

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