Microsoft.Data.SqlClient.SqlBulkCopyColumnOrderHintCollection
Collection of SqlBulkCopyColumnOrderHint objects that inherits from CollectionBase.
Gets the SqlBulkCopyColumnOrderHint object at the specified index.
public SqlBulkCopyColumnOrderHintCollection()
Adds the specified order hint to the SqlBulkCopyColumnOrderHintCollection.
Gets a value indicating whether a specified SqlBulkCopyColumnOrderHint object exists in the collection.
Copies the elements of the SqlBulkCopyColumnOrderHintCollection to an array of SqlBulkCopyColumnOrderHint items, starting at a particular index.
Gets the index of the specified SqlBulkCopyColumnOrderHint object.
Insert a new SqlBulkCopyColumnOrderHint at the index specified.
Removes the specified SqlBulkCopyColumnOrderHint element from the SqlBulkCopyColumnOrderHintCollection.