This topic has not yet been rated - Rate this topic

RefreshMode Enumeration

Defines how the Refresh method handles optimistic concurrency conflicts.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)
public enum RefreshMode
Member name Description
Supported by Silverlight for Windows Phone KeepCurrentValues Forces the Refresh method to swap the original value with the values retrieved from the database. No current value is modified.
Supported by Silverlight for Windows Phone KeepChanges Forces the Refresh method to keep the current value that has been changed, but updates the other values with the database values.
Supported by Silverlight for Windows Phone OverwriteCurrentValues Forces the Refresh method to override all the current values with the values from the database.

This enumeration applies to all Refresh overloads.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ