DataContext::ChangeConflicts Property

 

Gets a collection of objects that caused concurrency conflicts when SubmitChanges was called.

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

public:
property ChangeConflictCollection^ ChangeConflicts {
	ChangeConflictCollection^ get();
}

Property Value

Type: System.Data.Linq::ChangeConflictCollection^

A collection of objects that caused concurrency conflicts.

The following example shows how the collection can be iterated over to retrieve conflict information.

No code example is currently available or this language may not be supported.

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