ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataSetConnectionCollection Class / Add Method
The DataSetConnectionExtender object to add.

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

    Parameters

    connection
    The DataSetConnectionExtender object to add.

    Return Value

    An index of newly added DataSetConnectionExtender object in the collection.
    See Also