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

ISqlEditorsCustomizationService Interface

If implemented, enables you to display a custom Query Editor and Data Connections Editor.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v18.1.UI.dll

Declaration

public interface ISqlEditorsCustomizationService

Remarks

The following image illustrates the standard Query Editor.

report-wizard-page-visual-studio-database-05-query

The Query Editor enables you to create a query (by specifying custom query text or by running the visual Query Builder) or select a stored procedure, as well as specify query parameters (if required).

how-to-stored-procedure-existing-parameter

The following image illustrates the standard Data Connections Editor.

report-wizard-page-visual-studio-database-02a

For a code sample, see Invoke and Customize the Query Builder.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ISqlEditorsCustomizationService 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