ChangeConflictCollection.Remove(ObjectChangeConflict) Method

Definition

Specifies whether the specified conflict is removed from the collection.

public:
 virtual bool Remove(System::Data::Linq::ObjectChangeConflict ^ item);
public bool Remove (System.Data.Linq.ObjectChangeConflict item);
abstract member Remove : System.Data.Linq.ObjectChangeConflict -> bool
override this.Remove : System.Data.Linq.ObjectChangeConflict -> bool
Public Function Remove (item As ObjectChangeConflict) As Boolean

Parameters

item
ObjectChangeConflict

The conflict to remove.

Returns

true if the ObjectChangeConflict is removed from the collection; otherwise, false.

Implements

Applies to