SqlBulkCopyColumnOrderHintCollection.Contains(SqlBulkCopyColumnOrderHint) Method

Definition

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

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

Boolean

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

Applies to