SqlBulkCopyColumnMappingCollection::IndexOf Method (SqlBulkCopyColumnMapping^)
.NET Framework (current version)
Gets the index of the specified SqlBulkCopyColumnMapping object.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System.Data.SqlClient::SqlBulkCopyColumnMapping^
The SqlBulkCopyColumnMapping object for which to search.
Return Value
Type: System::Int32The zero-based index of the column mapping, or -1 if the column mapping is not found in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: