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

SqlDataSourceUIHelper.ManageQueries Method

Name Parameters Description
ManageQueries(SqlDataSource, EditQueryContext) static sqlDataSource, context Invokes the Manage Queries dialog window with the specified settings.
ManageQueries(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IParameterService, Action<IWizardCustomization<SqlDataSourceModel>>, ICustomQueryValidator) static sqlDataSource, lookAndFeel, owner, dbSchemaProvider, parameterService, callback, customQueryValidator Obsolete. Invokes the Manage Queries dialog window with the specified settings.
ManageQueries(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IParameterService, Action<IWizardCustomization<SqlDataSourceModel>>) static sqlDataSource, lookAndFeel, owner, dbSchemaProvider, parameterService, callback Obsolete. Invokes the Manage Queries dialog window with the specified settings.
ManageQueries(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IParameterService) static sqlDataSource, lookAndFeel, owner, dbSchemaProvider, parameterService Obsolete. Invokes the Manage Queries dialog window with the specified settings.
ManageQueries(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider) static sqlDataSource, lookAndFeel, owner, dbSchemaProvider Obsolete. Invokes the Manage Queries dialog window with the specified settings.
ManageQueries(SqlDataSource, UserLookAndFeel, IWin32Window) static sqlDataSource, lookAndFeel, owner Obsolete. Invokes the Manage Queries dialog window with the specified settings.
ManageQueries(SqlDataSource, UserLookAndFeel) static sqlDataSource, lookAndFeel Obsolete. Invokes the Manage Queries dialog window with the specified settings.
ManageQueries(SqlDataSource) static sqlDataSource Invokes the Manage Queries dialog window.
ManageQueries<TModel>(SqlDataSource, EditQueryContext, Action<IWizardCustomization<TModel>>) static dataSource, context, customizeWizard Invokes the Query Builder to manage the specified queries.