Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULDataReader class

 

RecordsAffected property

Returns the number of rows changed, inserted, or deleted by execution of the SQL statement. For SELECT statements or CommandType.TableDirect tables, this value is -1.

Syntax
Visual Basic
Public Overrides Readonly Property RecordsAffected As Integer
C#
public override int RecordsAffected { get;}
Property value

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

See also