IChooseEFConnectionStringPageView.Initialize(ConfigureConnectionMode, IEnumerable<String>, Boolean) Method
If implemented, initializes a wizard page with the list of available connections.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
void Initialize(
ConfigureConnectionMode mode,
IEnumerable<string> availableConnections,
bool showConnectionsList
)
Parameters
| Name | Type | Description |
|---|---|---|
| mode | 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