Skip to main content
A newer version of this page is available. .

SqlDataSourceUIHelper.AddQuery(SqlDataSource) Method

Invokes the Query Editor dialog.

Namespace: DevExpress.DataAccess.UI.Sql

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public static bool AddQuery(
    this SqlDataSource dataSource
)

Parameters

Name Type Description
dataSource SqlDataSource

A SqlDataSource to which the resulting query will be added.

Returns

Type Description
Boolean

true, if the wizard page was switched by clicking the Next or Finish button; otherwise, false.

Remarks

The following image illustrates the invoked ConfigureQueryPage.

configure-query-page

See Also