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.2.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.

See Also