ChangeConflictCollection.ResolveAll Method (RefreshMode, Boolean)

 

Resolves all conflicts in the collection by using the specified strategy.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public void ResolveAll(
	RefreshMode mode,
	bool autoResolveDeletes
)

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.

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