DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / Remove Method

In This Topic
    Remove Method (ViewRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal row As ViewRow _
    ) As Boolean
    public bool Remove( 
       ViewRow row
    )

    Parameters

    row
    See Also