SqlBulkCopy Properties
.NET Framework 4.5
The SqlBulkCopy type exposes the following members.
| 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. |
|
EnableStreaming | Enables or disables a SqlBulkCopy object to stream data from an IDataReader object |
|
NotifyAfter | Defines the number of rows to be processed before generating a notification event. |