SqlBulkCopyColumnMappingCollection.Contains(SqlBulkCopyColumnMapping) Method

Definition

Gets a value indicating whether a specified SqlBulkCopyColumnMapping object exists in the collection.

C#
public bool Contains (Microsoft.Data.SqlClient.SqlBulkCopyColumnMapping value);

Parameters

Returns

true if the specified mapping exists in the collection; otherwise false.

Applies to

Produkt Verzie
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2