ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewCollection Class / Contains Method
The C1DataView object to find.

In This Topic
    Contains Method (C1DataViewCollection)
    In This Topic
    Returns a value indicating whether the specified C1DataView object belongs to the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal dataView As C1DataView _
    ) As System.Boolean
    public System.bool Contains( 
       C1DataView dataView
    )

    Parameters

    dataView
    The C1DataView object to find.

    Return Value

    True if the specified C1DataView exists; otherwise, false.
    See Also