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

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

    See Also