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