Member name | Description |
BatchSize property
| Gets or sets the number of rows in each batch. At the end of each batch, the rows in the batch are sent to the server.
|
BulkCopyTimeout property
| Gets or sets the number of seconds for the operation to complete before it times out.
|
ColumnMappings property
| Returns a collection of SABulkCopyColumnMapping items. Column mappings define the relationships between columns in the data source and columns in the destination.
|
DestinationTableName property
| Gets or sets the name of the destination table on the server.
|
NotifyAfter property
| Gets or sets the number of rows to be processed before generating a notification event.
|