ComponentOne DataObjects for .NET
Insert Method (C1ExpressRelationCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressRelationCollection Class : Insert Method
The zero-based index at which object should be inserted.
The object to insert.
Inserts an element into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal rel As C1ExpressRelation _
) 
public void Insert( 
   System.int index,
   C1ExpressRelation rel
)

Parameters

index
The zero-based index at which object should be inserted.
rel
The object to insert.
See Also

Reference

C1ExpressRelationCollection Class
C1ExpressRelationCollection Members