SqlDataSourceUIHelper.EditQuery(SqlQuery, IRepositoryItemsProvider) Method
OBSOLETE
This overload is obsolete now. Use EditQuery instead.
Invokes the Query Builder to edit the specified query.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
[Obsolete("This overload is obsolete now. Use EditQuery(this SqlQuery query, EditQueryContext context) instead.")]
public static bool EditQuery(
this SqlQuery query,
IRepositoryItemsProvider repositoryItemsProvider
)
Parameters
Name | Type | Description |
---|---|---|
query | SqlQuery | A SqlQuery to be edited. |
repositoryItemsProvider | IRepositoryItemsProvider | An object implementing the IRepositoryItemsProvider interface that provides repository items for editing query parameters. |
Returns
Type | Description |
---|---|
Boolean | true, if the dialog was finished by clicking the OK button; otherwise, false. |
Remarks
The following image illustrates the Query Builder.
See Also