DBConcurrencyException.RowCount プロパティ

定義

更新に失敗した行の数を取得し、この例外を生成します。

public:
 property int RowCount { int get(); };
public int RowCount { get; }
member this.RowCount : int
Public ReadOnly Property RowCount As Integer

プロパティ値

更新に失敗した行の数を含む整数。

適用対象

こちらもご覧ください