A newer version of this page is available.
Switch to the current version.
ISqlEditorsCustomizationService Interface
If implemented, enables you to display a custom Query Editor and Data Connections Editor.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v19.2.UI.dll
Declaration
public interface ISqlEditorsCustomizationService
Public Interface ISqlEditorsCustomizationService
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
Feedback