This event occurs every time the number of rows specified by NotifyAfter have been processed.
Visual Basic Public Event ULRowsCopied As ULRowsCopiedEventHandler
C# public event ULRowsCopiedEventHandler ULRowsCopied;
The receipt of a ULRowsCopied event does not imply that any rows have been committed. You cannot call the Close method from this event.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |