ObjectContext::Refresh Method
.NET Framework (current version)
Updates specific objects in the object context with data from the data source.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | Refresh(RefreshMode, IEnumerable^) | Updates a collection of objects in the object context with data from the data source. |
![]() | Refresh(RefreshMode, Object^) | Updates an object in the object context with data from the data source. |
The order in which objects are refreshed is nondeterministic.
Show:
