SqlBulkCopy Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| BatchSize | Number of rows in each batch. At the end of each batch, the rows in the batch are sent to the server. |
| BulkCopyTimeout | Number of seconds for the operation to complete before it times out. |
| ColumnMappings | Returns a collection of SqlBulkCopyColumnMapping items. Column mappings define the relationships between columns in the data source and columns in the destination. |
| DestinationTableName | Name of the destination table on the server. |
| NotifyAfter | Defines the number of rows to be processed before generating a notification event. |
Reference
SqlBulkCopy ClassSystem.Data.SqlClient Namespace