ComponentOne DataObjects for .NET
Insert Method (C1ExpressJoinCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressJoinCollection 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 join As C1ExpressJoin _
) 
public void Insert( 
   System.int index,
   C1ExpressJoin join
)

Parameters

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

Reference

C1ExpressJoinCollection Class
C1ExpressJoinCollection Members