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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SABulkCopy class

WriteToServer(DataTable, DataRowState) method Next Page

SARowsCopied event


This event occurs every time the number of rows specified by the NotifyAfter property have been processed.

Syntax

Visual Basic

Public Event SARowsCopied As SARowsCopiedEventHandler

C#

public event SARowsCopiedEventHandler SARowsCopied ;

Remarks

The receipt of an SARowsCopied event does not imply that any rows have been sent to the database server or committed. You cannot call the Close method from this event.

See also