Skip to main content
All docs
V25.2
  • 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.v25.2.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

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

    See Also