DataContext.ChangeConflicts Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns 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)
Syntax
'Declaration
Public ReadOnly Property ChangeConflicts As ChangeConflictCollection
public ChangeConflictCollection ChangeConflicts { get; }
Property Value
Type: System.Data.Linq.ChangeConflictCollection
A collection of the objects.
Remarks
For information about using a local database in your Windows Phone application, see Local Database Overview for Windows Phone.
Topic | Location |
---|---|
Optimistic Concurrency Overview (LINQ to SQL) | LINQ to SQL |
Optimistic Concurrency Overview (LINQ to SQL) | LINQ to SQL |
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.