RowUpdatedEventArgs.RowCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在已更新記錄的批次中處理的列數。
public:
property int RowCount { int get(); };
public int RowCount { get; }
member this.RowCount : int
Public ReadOnly Property RowCount As Integer
屬性值
int
,指定已處理列的數目。
適用於
另請參閱
- 在 DataTable 中操作資料
- ADO.NET 概觀 \(部分機器翻譯\)