Specifies the number of rows to be processed before generating a notification event.
Visual Basic Public Property NotifyAfter As Integer
C# public int NotifyAfter { get; set; }
An integer representing the number of rows to be processed before generating a notification event, or zero is if the property has not been set.
Changes made to NotifyAfter, while executing WriteToServer, do not take effect until after the next notification.
Setting it less than zero is an error.
The value of NotifyAfter and BulkCopyTimeOut are mutually exclusive, so the event can fire even if no rows have been sent to the database or committed.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |