SqlBulkCopyColumnMappingCollection.IList.Insert(Int32, Object) Method

Definition

Inserts an item to the IList at the specified index.

C#
void IList.Insert(int index, object value);

Parameters

index
Int32

The zero-based index at which value should be inserted.

value
Object

The object to insert into the IList.

Implements

Exceptions

index is not a valid index in the IList.

The IList is read-only.

-or-

The IList has a fixed size.

value is null reference in the IList.

Applies to

Product Versions
.NET Core 1.0, Core 1.1