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

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API Reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SABulkCopy class » SABulkCopy constructors

 

SABulkCopy(SAConnection) constructor
Syntax
Visual Basic

Public Sub New( _
   ByVal connection As SAConnection _
)
C#

public  SABulkCopy(
   SAConnection connection
);
Parameters
  • connection   The already open SAConnection 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 SABulkCopy class is not available in the .NET Compact Framework 2.0.

See also