ObjectChangeConflict.Resolve Method (RefreshMode, Boolean)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
Public Sub Resolve ( _
    refreshMode As RefreshMode, _
    autoResolveDeletes As Boolean _
)
public void Resolve(
    RefreshMode refreshMode,
    bool autoResolveDeletes
)
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.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.