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 constructors Next Page

ULBulkCopy(ULConnection) constructor


Syntax

Visual Basic

Public Sub New( _
ByVal connection As ULConnection _
)

C#

public ULBulkCopy(
ULConnection connection
);

Parameters
Remarks

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

See also