Removes the specified item from the collection.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public void Remove(
	Object item
)
Visual Basic
Public Sub Remove ( _
	item As Object _
)

Parameters

item
Type: System..::..Object
The item to remove.

Implements

IEditableCollectionView..::..Remove(Object)

See Also