ChangeConflictCollection::Remove Method (ObjectChangeConflict^)

 

Specifies whether the specified conflict is removed from the collection.

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

public:
virtual bool Remove(
	ObjectChangeConflict^ item
) sealed

Parameters

item
Type: System.Data.Linq::ObjectChangeConflict^

The conflict to remove.

Return Value

Type: System::Boolean

Returns true if the ObjectChangeConflict is removed from the collection.

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