DBConcurrencyException.RowCount 屬性

定義

取得資料列的數目,這些資料列的更新失敗,因而產生此例外狀況。

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

屬性值

包含資料列計數的整數,這些資料列的更新失敗。

適用於

另請參閱