NotifyAfter property

Gets or sets the number of rows to be processed before generating a notification event.

Syntax
Visual Basic

Public Property NotifyAfter As Integer
C#

public int NotifyAfter { get; set; }
Property value

Zero is returned if the property has not been set.

Remarks

Changes made to NotifyAfter, while executing WriteToServer, do not take effect until after the next notification.

Setting this property to a value less than zero is an error.

The values of NotifyAfter and BulkCopyTimeOut are mutually exclusive, so the event can fire even if no rows have been sent to the database or committed.

See also