ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewCollection Class / Add Method
The C1DataView to add.

In This Topic
    Add Method (C1DataViewCollection)
    In This Topic
    Adds the specified C1DataView to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal dataView As C1DataView _
    ) As System.Integer
    public System.int Add( 
       C1DataView dataView
    )

    Parameters

    dataView
    The C1DataView to add.

    Return Value

    Returns an index of newly added C1DataView in the collection.
    See Also