iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

InMemoryDataReader.RecordsAffected Property

Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.

[Visual Basic]
NotOverridable Public ReadOnly Property RecordsAffected As  _
    Implements IDataReader.
[C#]
public Int32 RecordsAffected {get;}

Implements

IDataReader.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace