Skip to main content
All docs
V23.2

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.v23.2.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

true to display the list of available data connections; otherwise, false.

See Also