SqlBulkCopyColumnMappingCollection.Contains(SqlBulkCopyColumnMapping) Method

Definition

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

public bool Contains (Microsoft.Data.SqlClient.SqlBulkCopyColumnMapping value);
member this.Contains : Microsoft.Data.SqlClient.SqlBulkCopyColumnMapping -> bool
Public Function Contains (value As SqlBulkCopyColumnMapping) As Boolean

Parameters

Returns

Boolean

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

Applies to