ChooseEFConnectionStringPageView.Initialize(ConfigureConnectionMode, IEnumerable<String>, Boolean) Method
Initializes a wizard page with the list of available connections.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
public void Initialize(
ConfigureConnectionMode configureMode,
IEnumerable<string> availableConnections,
bool showConnectionsList
)
Parameters
Name | Type | Description |
---|---|---|
configureMode | ConfigureConnectionMode | The type of the data connection to an Entity Framework data source. |
availableConnections | IEnumerable<String> | The list of available data connections. |
showConnectionsList | Boolean |
|
See Also