RecordsAffected Property (C1CSVDataReader)
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