The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SqlBulkCopyColumnMappingCollection::Contains Method (SqlBulkCopyColumnMapping^)
.NET Framework (current version)
Gets a value indicating whether a specified SqlBulkCopyColumnMapping object exists in the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System.Data.SqlClient::SqlBulkCopyColumnMapping^
A valid SqlBulkCopyColumnMapping object.
Return Value
Type: System::Booleantrue if the specified mapping exists in the collection; otherwise false.
.NET Framework
Available since 2.0
Available since 2.0
Show: