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

In This Topic
    Remove Method (MasterDetailRelationCollection)
    In This Topic
    Removes the specified MasterDetailRelation object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As MasterDetailRelation _
    ) 
    public void Remove( 
       MasterDetailRelation value
    )

    Parameters

    value
    The MasterDetailRelation to remove.
    See Also