메소드 | 설명 | |
---|---|---|
AddColumnMapping ( string sourceColumn, string destinationColumn ) : void |
Adds a column mapping.
|
|
Dispose ( ) : void |
Handles resource disposal.
|
|
SqlBulkCopyInternal ( string connectionString, SqlBulkCopyOptions copyOptions ) : System.Data |
Initializes a new instance of the SqlBulkCopyInternal class.
|
|
WriteToServerAsync ( IDataReader reader, |
Copies all rows in the supplied System.Data.IDataReader to a destination table.
|
public AddColumnMapping ( string sourceColumn, string destinationColumn ) : void | ||
sourceColumn | string | Source column. |
destinationColumn | string | Destination column. |
리턴 | void |
public SqlBulkCopyInternal ( string connectionString, SqlBulkCopyOptions copyOptions ) : System.Data | ||
connectionString | string | Database connection string. |
copyOptions | SqlBulkCopyOptions | Bulk copy options. |
리턴 | System.Data |
public WriteToServerAsync ( IDataReader reader, |
||
reader | IDataReader | A |
cancellationToken | The cancellation instruction | |
리턴 | Task |