DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / Contains Method
The view row to locate in the collection.

In This Topic
    Contains Method (ViewRowCollection)
    In This Topic
    Determines whether the ViewRowCollection contains a specific view row.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal row As ViewRow _
    ) As Boolean
    public bool Contains( 
       ViewRow row
    )

    Parameters

    row
    The view row to locate in the collection.

    Return Value

    true if the view row is found in the collection; otherwise, false.
    See Also