ComponentOne DataObjects for .NET
Insert Method (TableCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableCollection Class : Insert Method
The zero-based index at which obj 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 obj As Table _
) 
public void Insert( 
   System.int index,
   Table obj
)

Parameters

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

Reference

TableCollection Class
TableCollection Members