ChangeConflictCollection.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies whether the specified conflict is removed from the collection.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- item
- Type: System.Data.Linq.ObjectChangeConflict
The conflict to remove.
Return Value
Type: System.BooleanReturns true if the ObjectChangeConflict is removed from the collection.
Implements
ICollection(Of T).Remove(T)
Show: