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

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference

 

ULBulkCopy class

Efficiently bulk load an UltraLite table with data from another source. This class cannot be inherited.

Syntax
Visual Basic

Public NotInheritable Class ULBulkCopy 
  Implements IDisposable
C#

public sealed class ULBulkCopy  : IDisposable
Remarks

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

See also

ULBulkCopy members
ULBulkCopy constructors
BatchSize property
BulkCopyTimeout property
ColumnMappings property
DestinationTableName property
NotifyAfter property
Close method
Dispose method
WriteToServer methods
ULRowsCopied event