This topic has not yet been rated - Rate this topic

ObjectContext.Refresh Method

Updates specific objects in the object context with data from the data source.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Refresh(RefreshMode, IEnumerable) Updates a collection of objects in the object context with data from the data source.
Public method Refresh(RefreshMode, Object) Updates an object in the object context with data from the data source.
Top

The order in which objects are refreshed is nondeterministic.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.