SentUpdates property

Returns the number of updated rows sent so far.

Syntax
Visual Basic

Public Readonly Property SentUpdates As Integer
C#

public int SentUpdates  { get;}
Property value

The number of updated rows sent so far.

See also