ObjectChangeConflict.Resolve Method
Resolves the discrepancies by assigning each field and property, for which there is a discrepancy, a value that is persisted to the database on the next call of SubmitChanges.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Sub Resolve
'Usage
Dim instance As ObjectChangeConflict
instance.Resolve()
public void Resolve()
Remarks
This overload of the Resolve() method behaves exactly as Resolve(RefreshMode, Boolean) with its refreshMode parameter set to KeepChanges and its autoResolveDeletes parameter set to true.