DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataReader Class / RecordsAffected Property

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