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

See Also