CSV Reports
RecordsAffected Property



KellermanSoftware.CsvReports Namespace > CsvDataReader Class : RecordsAffected Property
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
Syntax
Public ReadOnly Property RecordsAffected As Integer
Dim instance As CsvDataReader
Dim value As Integer
 
value = instance.RecordsAffected
public int RecordsAffected {get;}
public:
property int RecordsAffected {
   int get();
}

Property Value

The records affected.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CsvDataReader Class
CsvDataReader Members