Skip to main content
A newer version of this page is available. .

ChooseEFContextPageView.RefreshContextList(IEnumerable<IContainerInfo>) Method

Changes the list of available data contexts.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public void RefreshContextList(
    IEnumerable<IContainerInfo> containers
)

Parameters

Name Type Description
containers IEnumerable<IContainerInfo>

A collection of IContainerInfo objects containing settings of data contexts.

See Also