| Member name | Description | 
|---|---|
| Initializes a ULBulkCopy object with the specified ULConnection. | 
| Member name | Description | 
|---|---|
| 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. | |
| Gets or sets the number of seconds for the operation to complete before it times out. | |
| Returns a collection of ULBulkCopyColumnMapping items. Column mappings define the relationships between columns in the data source and columns in the destination. | |
| Gets or sets the name of the destination table on the server. | |
| Specifies the number of rows to be processed before generating a notification event. | 
| Member name | Description | 
|---|---|
| Closes the ULBulkCopy instance. | |
| Disposes of the ULBulkCopy instance. | |
| Copies all rows in the supplied array of System.Data.DataRow objects to a destination table specified by the DestinationTableName field of the ULBulkCopy object. | 
| Member name | Description | 
|---|---|
| This event occurs every time the number of rows specified by NotifyAfter have been processed. | 
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |