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