ChangeConflictCollection.Item Property (Int32)

 

Returns an item in conflict.

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

member Item : 
        index:int -> ObjectChangeConflict with get

Parameters

index
Type: System.Int32

Index in the collection of the item in conflict.

Property Value

Type: System.Data.Linq.ObjectChangeConflict

An ObjectChangeConflict representing the item in conflict.

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