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

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

    Parameters

    viewRelation
    The C1ViewRelation to add.

    Return Value

    An index of newly added C1ViewRelation in the collection.
    See Also