RowUpdatedEventArgs.RowCount 属性
定义
获取在一批更新记录中处理的行数。Gets the number of rows processed in a batch of updated records.
public:
property int RowCount { int get(); };
public int RowCount { get; }
member this.RowCount : int
Public ReadOnly Property RowCount As Integer
属性值
指定已处理的行数的 int。int that specifies the number of row processed.