ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / RelationSet Class / Add Method
The relation to be added.

In This Topic
    Add Method (RelationSet)
    In This Topic
    Add a relation to the collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal relation As IRelation _
    ) 
    public void Add( 
       IRelation relation
    )

    Parameters

    relation
    The relation to be added.
    See Also