IChooseEFContextPageView.RefreshContextList(IEnumerable<IContainerInfo>) Method
If implemented, changes the list of available data contexts.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
enumerable | IEnumerable<IContainerInfo> | A collection of IContainerInfo objects containing settings of data contexts. |
See Also