ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / MasterDetailRelationCollection Class / Add Method
The MasterDetailRelation to append.

In This Topic
    Add Method (MasterDetailRelationCollection)
    In This Topic
    Adds the specified MasterDetailRelation object to the end of the collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal value As MasterDetailRelation _
    ) 
    public void Add( 
       MasterDetailRelation value
    )

    Parameters

    value
    The MasterDetailRelation to append.
    See Also