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