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

IChooseEFContextPageView.RefreshContextList(IEnumerable<IContainerInfo>) Method

If implemented, changes the list of available data contexts.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

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