ComponentOne MultiSelect for WinForms
C1.Framework.Text.Lexicons Namespace / RelationSet Class / Remove Method
The relation to be removed.

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

    Parameters

    relation
    The relation to be removed.
    See Also