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.
Visual Basic Public Overrides Readonly Property RecordsAffected As Integer
C# public override int RecordsAffected { get;}
The number of rows changed, inserted, or deleted by execution of the SQL statement.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |