ObjectChangeConflict::Resolve Method (RefreshMode, Boolean)

 

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)

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.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: