SqlDataSourceUIHelper.ManageQueries(SqlDataSource, EditQueryContext) Method
Invokes the Manage Queries dialog window with the specified settings.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
public static bool ManageQueries(
this SqlDataSource sqlDataSource,
EditQueryContext context
)
Parameters
Name | Type | Description |
---|---|---|
sqlDataSource | SqlDataSource | A SqlDataSource object, specifying the database connection. |
context | EditQueryContext | An EditQueryContext object, specifying the Manage Queries dialog settings. |
Returns
Type | Description |
---|---|
Boolean | true, if the dialog was finished by clicking the OK button; otherwise, false. |
Remarks
Review the following help topic for more information: Query Builder.
See Also