Data Port Sync 1.0.500

SqlCeDataReader.RecordsAffected Property

[This is preliminary documentation and subject to change.]

Gets the number of record affected by the execution of the command.

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

Property Value

Number of affected rows.

Implements

IDataReader.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace