ConfigureConnectionParameters(SqlDataSource, ConfigureConnectionContext)
static
|
sqlDataSource, context
|
Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.
|
ConfigureConnectionParameters(SqlDataSource, IWizardRunnerContext, IConnectionStorageService)
static
|
sqlDataSource, context, connectionStorageService
|
Obsolete. Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.
|
ConfigureConnectionParameters(SqlDataSource, UserLookAndFeel, IWin32Window, IConnectionStorageService)
static
|
sqlDataSource, lookAndFeel, owner, connectionStorageService
|
Obsolete. Invokes the Connection Editor to edit the parameters used to establish a connection to a database.
|
ConfigureConnectionParameters(SqlDataSource, UserLookAndFeel, IWin32Window)
static
|
sqlDataSource, lookAndFeel, owner
|
Obsolete. Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.
|
ConfigureConnectionParameters(SqlDataSource, UserLookAndFeel)
static
|
sqlDataSource, lookAndFeel
|
Obsolete. Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.
|
ConfigureConnectionParameters(SqlDataSource)
static
|
sqlDataSource
|
Invokes the Connection Editor to edit the parameters used to establish a connection to a database.
|
ConfigureConnectionParameters<TModel>(SqlDataSource, ConfigureConnectionContext, Action<IWizardCustomization<TModel>>)
static
|
sqlDataSource, context, customizeWizard
|
Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.
|
ConfigureConnectionParameters<TModel>(SqlDataSource, IWizardRunnerContext, IConnectionStorageService, Action<IWizardCustomization<TModel>>)
static
|
sqlDataSource, context, connectionStorageService, callback
|
Obsolete. Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.
|