ChangeConflictCollection.Remove Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Specifies whether the specified conflict is removed from the collection.
Namespace: System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Public Function Remove ( _
item As ObjectChangeConflict _
) As Boolean
public bool Remove(
ObjectChangeConflict item
)
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.
Implements
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.