Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.DataAccess.UI.Sql Namespace

Provides an application programming interface (API) to access the graphical user interface (GUI) related to configuring a SQL data source connection.

Assembly: DevExpress.DataAccess.v24.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

#Classes

Name Description
ConfigureConnectionContext Contains settings used to display the Connection Editor dialog when the SqlDataSourceUIHelper.ConfigureConnection method is called.
EditQueryContext Contains settings used to display the Query Builder dialog when the SqlDataSourceUIHelper.EditQuery or SqlDataSourceUIHelper.ManageQueries method is called.
ManageRelationsContext Contains settings used to display the Master-Detail Relations Editor dialog when the SqlDataSourceUIHelper.ManageRelations method is called.
QueryBuilderEditQueryContext Specifies the Query Builder options when using it in a standalone mode.
QueryBuilderRunner Enables you to integrate the Query Builder into your application.
RebuildResultSchemaContext Contains settings used to update a data source schema when calling the SqlDataSourceUIHelper.RebuildResultSchema method.
SqlDataSourceUIHelper static Provides functionality to configure the connection to a SqlDataSource in code.

#Interfaces

Name Description
ISqlEditorsCustomizationService If implemented, enables you to display a custom Query Editor and Data Connections Editor.

#Enums

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