DB2BulkCopy Members
Facilitates the copying of rows from one data source to another. The following tables list the members exposed by the DB2BulkCopy class.
Public Constructors
Name | Description |
---|---|
![]() |
Overloaded. Initializes a new instance of the DB2BulkCopy class. |
Public Properties
Name | Description |
---|---|
![]() |
Number of seconds for the bulk copy operation to complete before it times out. |
![]() |
Mappings of columns from the data source table to columns in the destination table. |
![]() |
Name of the destination table on the server. |
![]() |
Errors in the bulk copy operation. |
![]() |
The number of rows to copy before generating a DB2RowsCopied event. |
Public Methods
Name | Description |
---|---|
![]() |
Closes the DB2BulkCopy instance. |
![]() |
Closes the DB2BulkCopy instance. |
![]() |
Overloaded. Copies all rows from a data source to the destination table specified by the DestinationTableName property. |
Public Events
Name | Description |
---|---|
![]() |
Occurs every time the number of rows copied reaches the value set in the NotifyAfter property. |