This event occurs every time the number of rows specified by the NotifyAfter property have been processed.
Visual Basic Public Event SARowsCopied As SARowsCopiedEventHandler
C# public event SARowsCopiedEventHandler SARowsCopied ;
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.
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |