DataSource for Entity Framework in WPF
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 Object _
    ) 
    public void Remove( 
       object item
    )

    Parameters

    item
    The item to remove.
    See Also