ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / EntityViewSourceCollection Class / Remove Method

In This Topic
    Remove Method (EntityViewSourceCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal item As EntityViewSource _
    ) As System.Boolean
    public System.bool Remove( 
       EntityViewSource item
    )

    Parameters

    item
    See Also