A newer version of this page is available.
Switch to the current version.
SqlDataSourceUIHelper.ManageQueries Method
Name | Parameters | Description |
---|---|---|
ManageQueries(SqlDataSource) static | sqlDataSource | Invokes the Manage Queries dialog window with the specified settings. |
ManageQueries(SqlDataSource, EditQueryContext) static | sqlDataSource, context | 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, UserLookAndFeel, IWin32Window) static | sqlDataSource, lookAndFeel, owner | 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, IDBSchemaProvider, IParameterService) static | sqlDataSource, lookAndFeel, owner, dbSchemaProvider, parameterService | 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, Action<IWizardCustomization<SqlDataSourceModel>>, ICustomQueryValidator) static | sqlDataSource, lookAndFeel, owner, dbSchemaProvider, parameterService, callback, customQueryValidator | Obsolete. Invokes the Manage Queries dialog window with the specified settings. |
ManageQueries<TModel>(SqlDataSource, EditQueryContext, Action<IWizardCustomization<TModel>>) static | sqlDataSource, context, customizeWizard | Invokes the Query Builder to manage the specified queries. |
Feedback