The methods of System.Data.SqlClient.SqlBulkCopy are listed below. For a list of all members, see the SqlBulkCopy Members list.
See Also: Inherited members from System.Object
Closes the System.Data.SqlClient.SqlBulkCopy instance.
Copies all rows from the supplied System.Data.DataRow array to a destination table specified by the SqlBulkCopy.DestinationTableName property of the System.Data.SqlClient.SqlBulkCopy object.
Copies all rows in the supplied System.Data.DataTable to a destination table specified by the SqlBulkCopy.DestinationTableName property of the System.Data.SqlClient.SqlBulkCopy object.
Copies all rows in the supplied System.Data.IDataReader to a destination table specified by the SqlBulkCopy.DestinationTableName property of the System.Data.SqlClient.SqlBulkCopy object.
Copies only rows that match the supplied row state in the supplied System.Data.DataTable to a destination table specified by the SqlBulkCopy.DestinationTableName property of the System.Data.SqlClient.SqlBulkCopy object.