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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULBulkCopy class » ULBulkCopy constructors

ULBulkCopy(String, ULBulkCopyOptions) constructor Next Page

ULBulkCopy(ULConnection, ULBulkCopyOptions, ULTransaction) constructor


Initializes a ULBulkCopy object with the specified ULConnection, copy options and ULTransaction.

Syntax

Visual Basic

Public Sub New( _
ByVal connection As ULConnection, _
ByVal copyOptions As ULBulkCopyOptions, _
ByVal externalTransaction As ULTransaction _
)

C#

public ULBulkCopy(
ULConnection connection,
ULBulkCopyOptions copyOptions,
ULTransaction externalTransaction
);

Parameters
Remarks

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

See also