DataContext::ChangeConflicts Property
.NET Framework (current version)
Gets a collection of objects that caused concurrency conflicts when SubmitChanges was called.
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.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: