ObjectChangeConflict::Resolve Method (RefreshMode)
.NET Framework (current version)
Resolves member conflicts by using the specified RefreshMode.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- refreshMode
-
Type:
System.Data.Linq::RefreshMode
The appropriate option from 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 dtabase. 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: