| 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
);DbLoaderColumnCollection Class | DbLoaderColumnCollection Members
© 2002 - 2013 Devart. All Rights Reserved.