windowsforms-devexpress-dot-dataaccess-dot-ui-dot-sql.md
Provides functionality to configure the connection to a SqlDataSource in code.
Namespace : DevExpress.DataAccess.UI.Sql
Assembly : DevExpress.DataAccess.v25.2.UI.dll
NuGet Package : DevExpress.DataAccess.UI
public static class SqlDataSourceUIHelper
Public Module SqlDataSourceUIHelper
The SqlDataSourceUIHelper provides an application programming interface (API) to invoke various tools available to end-users for configuring the data connection settings in an application.
To manage the data connection settings without writing any code, use the Query Builder of a SqlDataSource component.
To configure a data connection in code, use the extension methods of the SqlDataSourceUIHelper class (requires referencing the DevExpress.DataAccess.v25.2.UI.dll assembly for an application).
Object SqlDataSourceUIHelper
See Also