C1.Web.Wijmo.Controls.45 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 _
) 
 

Parameters

value
The MasterDetailRelation to append.
See Also