DBConcurrencyException.RowCount 属性

定义

获取更新失败(因而生成此异常)的行数。

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

属性值

Int32

一个整数,其中包含表示更新失败的行数的计数。

适用于

另请参阅