Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0)

 

SABulkCopy class

Efficiently bulk load a SQL Anywhere table with data from another source. This class cannot be inherited.

Syntax
Visual Basic

Public NotInheritable Class SABulkCopy
  Implements IDisposable
C#

public sealed class SABulkCopy : IDisposable
Remarks

Restrictions: The SABulkCopy class is not available in the .NET Compact Framework 2.0.

Implements: [external link] IDisposable

See also

SABulkCopy members
SABulkCopy constructors
BatchSize property
BulkCopyTimeout property
ColumnMappings property
DestinationTableName property
NotifyAfter property
Close method
Dispose method
WriteToServer methods
SARowsCopied event