Skip to main content
A newer version of this page is available. .

SqlDataSourceUIHelper.AddQuery Method

Name Parameters Description
AddQuery(SqlDataSource, EditQueryContext) static dataSource, context Invokes the Query Editor dialog.
AddQuery(SqlDataSource, IRepositoryItemsProvider) static dataSource, repositoryItemsProvider Obsolete. Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery(SqlDataSource, UserLookAndFeel, IRepositoryItemsProvider) static dataSource, lookAndFeel, repositoryItemsProvider Obsolete. Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IRepositoryItemsProvider) static dataSource, lookAndFeel, owner, dbSchemaProvider, repositoryItemsProvider Obsolete. Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IParameterService, IRepositoryItemsProvider) static dataSource, lookAndFeel, owner, dbSchemaProvider, parameterService, repositoryItemsProvider Obsolete. Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IParameterService) static dataSource, lookAndFeel, owner, dbSchemaProvider, parameterService Obsolete. Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider) static dataSource, lookAndFeel, owner, dbSchemaProvider Obsolete. Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery(SqlDataSource, UserLookAndFeel, IWin32Window, IRepositoryItemsProvider) static dataSource, lookAndFeel, owner, repositoryItemsProvider Obsolete. Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery(SqlDataSource, UserLookAndFeel, IWin32Window) static dataSource, lookAndFeel, owner Obsolete. Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery(SqlDataSource, UserLookAndFeel) static dataSource, lookAndFeel Obsolete. Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery(SqlDataSource) static dataSource Invokes the Query Editor dialog.
AddQuery<TModel>(SqlDataSource, EditQueryContext, Action<IWizardCustomization<TModel>>) static dataSource, context, customizeWizard Invokes the Query Editor dialog.
AddQuery<TModel>(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IParameterService, IRepositoryItemsProvider, Action<IWizardCustomization<TModel>>, IServiceProvider, ICustomQueryValidator) static dataSource, lookAndFeel, owner, dbSchemaProvider, parameterService, repositoryItemsProvider, callback, propertyGridServices, customQueryValidator Obsolete. Use another SqlDataSourceUIHelper.AddQuery<TModel> overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery<TModel>(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IParameterService, IRepositoryItemsProvider, Action<IWizardCustomization<TModel>>, IServiceProvider) static dataSource, lookAndFeel, owner, dbSchemaProvider, parameterService, repositoryItemsProvider, callback, propertyGridServices Obsolete. Use another SqlDataSourceUIHelper.AddQuery<TModel> overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery<TModel>(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IParameterService, IRepositoryItemsProvider, Action<IWizardCustomization<TModel>>) static dataSource, lookAndFeel, owner, dbSchemaProvider, parameterService, repositoryItemsProvider, callback Obsolete. Use another SqlDataSourceUIHelper.AddQuery<TModel> overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery<TModel>(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IParameterService, Action<IWizardCustomization<TModel>>, IServiceProvider) static dataSource, lookAndFeel, owner, dbSchemaProvider, parameterService, callback, propertyGridServices Obsolete. Use another SqlDataSourceUIHelper.AddQuery<TModel> overload that accepts a SqlDataSource and EditQueryContext as parameters.
AddQuery<TModel>(SqlDataSource, UserLookAndFeel, IWin32Window, IDBSchemaProvider, IParameterService, Action<IWizardCustomization<TModel>>) static dataSource, lookAndFeel, owner, dbSchemaProvider, parameterService, callback Obsolete. Use another SqlDataSourceUIHelper.AddQuery<TModel> overload that accepts a SqlDataSource and EditQueryContext as parameters.