Skip to main content

IChooseEFContextPageView.RefreshContextList(IEnumerable<IContainerInfo>) Method

If implemented, changes the list of available data contexts.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void RefreshContextList(
    IEnumerable<IContainerInfo> enumerable
)

Parameters

Name Type Description
enumerable IEnumerable<IContainerInfo>

A collection of IContainerInfo objects containing settings of data contexts.

See Also