ResolveAll Method (RefreshMode, Boolean)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Data.Linq
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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft