SqlBulkCopyColumnOrderHintCollection.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A valid SqlBulkCopyColumnOrderHint object.
Returns
true
if the specified column order hint exists in the collection; otherwise false
.