ChangeConflictCollection.Remove Method (ObjectChangeConflict)
.NET Framework (current version)
Specifies whether the specified conflict is removed from the collection.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
abstract Remove : item:ObjectChangeConflict -> bool override Remove : item:ObjectChangeConflict -> bool
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<'T>.Remove('T)
.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: