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

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.

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

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft