ChangeConflictCollection.ResolveAll Method (RefreshMode, Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Resolves all conflicts in the collection by using the specified strategy.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
'Declaration Public Sub ResolveAll ( _ mode As RefreshMode, _ autoResolveDeletes As Boolean _ )
Parameters
- mode
- Type: System.Data.Linq.RefreshMode
The strategy to use to resolve the conflict.
- autoResolveDeletes
- Type: System.Boolean
If true, automatically resolves conflicts that result from a modified object that is no longer in the database.
Show: