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

ICustomFunctionOperatorFormattable Interface

Defines server-side processing for custom functions.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.1.dll

Declaration

public interface ICustomFunctionOperatorFormattable :
    ICustomFunctionOperator

The following members accept/return ICustomFunctionOperatorFormattable objects:

Remarks

Implement this interface in addition to the ICustomFunctionOperator interface to provide a database-specific SQL command for your custom function. This interface declares the functionality required to evaluate the custom function within criteria on the database server.

If you want to make your custom function available to end-users in Expression Editors, implement the ICustomFunctionOperatorBrowsable interface as well.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ICustomFunctionOperatorFormattable interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also