'Declaration Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As MasterDetailRelation _ )
public void Insert( System.int index, MasterDetailRelation value )
Parameters
- index
- The zero-based index at which the MasterDetailRelation is inserted.
- value
- The MasterDetailRelation to insert.