MemberChangeConflict::Resolve Method (RefreshMode)
.NET Framework (current version)
Uses a RefreshMode parameter to automatically specify the value to set as the current value for the member in conflict.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- refreshMode
-
Type:
System.Data.Linq::RefreshMode
See RefreshMode.
The following examples show what results are produced by using the various values for RefreshMode.
The following example overwrites current values with values from the database.
The following example shows how to swap the original value with the values retrieved from the database. No current value is modified.
The following example keeps the current values that have been changed, but updates the other values with database values.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: