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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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