Click or drag to resize

DataColumnCollectionInsert Method

Overload List
 NameDescription
Protected methodInsert(DataColumn, DataColumnCollectionDataColumnInfo, Int32) Inserts multiple DataColumns into the collection at index nDestinationIndex. The caller must garantuee, that the names are not already be present!
Protected methodInsert(DataColumn, DataColumnCollectionDataColumnInfo, Int32, Boolean) Inserts multiple DataColumns into the collection at index nDestinationIndex. The caller must garantuee, that the names are not already be present, or the argument renameColumnsIfNecessary must be set to true!
Top
See Also