See Also

DbLoaderColumnCollection Class  | DbLoaderColumnCollection Members

Language

Visual Basic

C#

Show All

index
The zero-based index where the column is to be inserted within the collection.
value
The DbLoaderColumn to add to the collection.
See AlsoLanguagesDevart.DataSend comments on this topic.

Insert Method

Devart.Common Namespace > DbLoaderColumnCollection Class : Insert Method (DbLoaderColumnCollection)

Inserts a DbLoaderColumn into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _    ByVal index As Integer, _    ByVal value As DbLoaderColumn _ )
[C#]
public void Insert(    int index,    DbLoaderColumn value );

Parameters

index
The zero-based index where the column is to be inserted within the collection.
value
The DbLoaderColumn to add to the collection.

See Also

DbLoaderColumnCollection Class  | DbLoaderColumnCollection Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.