ConfigureConnection(SqlDataSource, ConfigureConnectionContext)
static
|
sqlDataSource, context
|
Invokes the Connection Editor with the specified settings.
|
ConfigureConnection(SqlDataSource, IWizardRunnerContext, IConnectionStorageService)
static
|
sqlDataSource, wizardRunnerContext, connectionStorageService
|
Obsolete. Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.
|
ConfigureConnection(SqlDataSource, UserLookAndFeel, IWin32Window, IConnectionStorageService)
static
|
sqlDataSource, lookAndFeel, owner, connectionStorageService
|
Obsolete. Invokes the Connection Editor with the specified settings.
|
ConfigureConnection(SqlDataSource, UserLookAndFeel, IWin32Window)
static
|
sqlDataSource, lookAndFeel, owner
|
Obsolete. Invokes the Connection Editor with the specified settings.
|
ConfigureConnection(SqlDataSource, UserLookAndFeel)
static
|
sqlDataSource, lookAndFeel
|
Obsolete. Invokes the Connection Editor with the specified settings.
|
ConfigureConnection(SqlDataSource)
static
|
sqlDataSource
|
Invokes the Connection Editor with the specified settings.
|
ConfigureConnection<TModel>(SqlDataSource, ConfigureConnectionContext, Action<IWizardCustomization<TModel>>)
static
|
sqlDataSource, context, customizeWizard
|
Invokes the Connection Editor with the specified settings.
|
ConfigureConnection<TModel>(SqlDataSource, IWizardRunnerContext, IConnectionStorageService, Action<IWizardCustomization<TModel>>)
static
|
sqlDataSource, wizardRunnerContext, connectionStorageService, callback
|
Obsolete. Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.
|