ChangeConflictCollection.ICollection(Of ObjectChangeConflict).Add Method (ObjectChangeConflict)
For a description of this member, see Add.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Private Sub Add ( item As ObjectChangeConflict ) Implements ICollection(Of ObjectChangeConflict).Add
Parameters
- item
-
Type:
System.Data.Linq.ObjectChangeConflict
The item to add.
Implements
ICollection(Of T).Add(T)Adds an item to the collection.
This member is an explicit interface member implementation. It can be used only when the ChangeConflictCollection instance is cast to an ICollection(Of T) interface.
.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: