ObjectChangeConflict.Resolve Method (RefreshMode, Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Resolve member conflicts keeping current values and resetting the baseline original values.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
'Declaration Public Sub Resolve ( _ refreshMode As RefreshMode, _ autoResolveDeletes As Boolean _ )
Parameters
- refreshMode
- Type: System.Data.Linq.RefreshMode
The appropriate option from RefreshMode.
- autoResolveDeletes
- Type: System.Boolean
When true, automatically resolves conflicts resulting from a modified object that is no longer in the database.
Show: