Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SQL 文の実行によって変更、挿入、または削除されたローの数を返します。
Public ReadOnly Shadows Property RecordsAffected As Integer
public new int RecordsAffected {get;}
変更、挿入、または削除されたローの数。文が失敗したときにローが影響されなかった場合は 0、SELECT 文の場合は -1。