Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SQL 文の実行によって変更、挿入、または削除されたローの数を返します。
Public ReadOnly Overrides Property RecordsAffected As Integer
public override int RecordsAffected {get;}
SELECT 文または CommandType.TableDirect テーブルの場合、この値は -1 です。
SQL 文の実行によって変更、挿入、または削除されたローの数。