SQLBulkCopyJob
Base implementation for bulk copying data into sql using a data reader.
Gets the batch size to be used.
Gets the current index into the records being processed.
Gets the destination table name of this SQLBulkCopyJob.
Gets the number of columns in the current record.
Gets the number of records in this SQLBulkCopyJob.
protected SQLBulkCopyJob()
Initializes a new instance of SQLBulkCopyJob.
Gets or sets the column mappings used by this SqlBulkCopyDataReader.
Return the value of the specified column index.
Advances this SqlBulkCopyDataReader to the next record.
Execute this bulk copy job against the provided context utilizing the provided copy options.