ISqlEditorsCustomizationService Interface
If implemented, enables you to display a custom Query Editor and Data Connections Editor.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Remarks
The following image illustrates the standard Query Editor.
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).
The following image illustrates the standard Data Connections Editor.
For a code sample, see Invoke and Customize the Query Builder.
See Also