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

SqlEditorId Enum

Lists the editors that can be customized by implementing the ISqlEditorsCustomizationService interface.

Namespace: DevExpress.DataAccess.UI.Sql

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

Declaration

public enum SqlEditorId

Members

Name Description
Connection

Identifies the Data Connections Editor.

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

Query

Identifies the Query Editor.

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

Remarks

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 SqlEditorId enum.

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