ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / Remove Method
The item to remove.

In This Topic
    Remove Method (ClientCollectionView)
    In This Topic
    Removes the specified item from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal item As System.Object _
    ) 
    public void Remove( 
       System.object item
    )

    Parameters

    item
    The item to remove.
    See Also