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

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

 

ULRowsCopied event

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

Syntax
Visual Basic

Public Event ULRowsCopied As ULRowsCopiedEventHandler
C#

public event ULRowsCopiedEventHandler ULRowsCopied ;
Remarks

The receipt of a ULRowsCopied event does not imply that any rows have been committed. You cannot call the Close method from this event.

See also