RemoveAt Method (MasterDetailRelationCollection)
Removes the
MasterDetailRelation object at the specified index from the collection.
public void RemoveAt(
System.int
)
'Declaration
Public Sub RemoveAt( _
ByVal As System.Integer _
)
Parameters
- index
- The index of the MasterDetailRelation to remove.