DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataDataReader Class / RecordsAffected Property

In This Topic
    RecordsAffected Property (C1ODataDataReader)
    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