SqlBulkCopyColumnOrderHintCollection.Contains Method

Definition

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

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

Parameters

Returns

true if the specified column order hint exists in the collection; otherwise false.

Applies to