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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULBulkCopy class » ULBulkCopy constructors

 

ULBulkCopy(ULConnection) constructor

Syntax
Visual Basic
Public Sub New( _
   ByVal connection As ULConnection _
)
C#
public  ULBulkCopy(
   ULConnection connection
);
Parameters
  • connection   The already open ULConnection that will be used to perform the bulk-copy operation. If the connection is not open, an exception is thrown in WriteToServer.

Remarks

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

See also