DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineDataReader Class / RecordsAffected Property

In This Topic
    RecordsAffected Property (C1QuickBooksOnlineDataReader)
    In This Topic
    Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property RecordsAffected As Integer
    public virtual int RecordsAffected {get;}
    See Also