Efficiently bulk load a SQL Anywhere table with data from another source.
Public NotInheritable Class SABulkCopy Implements System.IDisposable
public sealed class SABulkCopy : System.IDisposable
All members of SABulkCopy class, including all inherited members.
Name | Description |
---|---|
Initializes an SABulkCopy object. | |
Closes the SABulkCopy instance. | |
Disposes of the SABulkCopy instance. | |
Copies all rows in the supplied array of System.Data.DataRow objects to a destination table specified by the DestinationTableName property of the SABulkCopy object. | |
Gets or sets the number of rows in each batch. | |
Gets or sets the number of seconds for the operation to complete before it times out. | |
Returns a collection of SABulkCopyColumnMapping items. | |
Gets or sets the name of the destination table on the server. | |
Gets or sets the number of rows to be processed before generating a notification event. | |
This event occurs every time the number of rows specified by the NotifyAfter property have been processed. |
The SABulkCopy class is not available in the .NET Compact Framework 2.0.
Implements: System.IDisposable
SABulkCopy constructor
Close method
Dispose method
WriteToServer method
BatchSize property
BulkCopyTimeout property
ColumnMappings property
DestinationTableName property
NotifyAfter property
SARowsCopied event
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |