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