Skip to main content

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.