RowUpdatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 .NET 資料提供者之 RowUpdated 事件的資料。
public ref class RowUpdatedEventArgs : EventArgs
public ref class RowUpdatedEventArgs abstract : EventArgs
public class RowUpdatedEventArgs : EventArgs
public abstract class RowUpdatedEventArgs : EventArgs
type RowUpdatedEventArgs = class
inherit EventArgs
Public Class RowUpdatedEventArgs
Inherits EventArgs
Public MustInherit Class RowUpdatedEventArgs
Inherits EventArgs
- 繼承
- 衍生
備註
當 RowUpdated 數據列完成時 Update ,通常會引發事件訊息。
建構函式
| 名稱 | Description |
|---|---|
| RowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) |
初始化 RowUpdatedEventArgs 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| Command |
呼叫 IDbCommand 時,會使得 Update(DataSet) 執行。 |
| Errors |
取得執行 Command 時由 .NET 資料提供者產生的任何錯誤。 |
| RecordsAffected |
取得因執行 SQL 陳述式所變更、插入或刪除的資料列數目。 |
| Row |
取得經由 DataRow 所傳送的 Update(DataSet)。 |
| RowCount |
取得在已更新記錄的批次中處理的列數。 |
| StatementType |
取得已執行的 SQL 陳述式型別。 |
| Status |
取得 UpdateStatus 的 Command。 |
| TableMapping |
取得經由 DataTableMapping 所傳送的 Update(DataSet)。 |
方法
| 名稱 | Description |
|---|---|
| CopyToRows(DataRow[], Int32) |
複製已修改之列的參考至所提供的陣列中。 |
| CopyToRows(DataRow[]) |
複製已修改之列的參考至所提供的陣列中。 |
| Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
| GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
| ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |
適用於
另請參閱
- 在 DataTable 中操作資料
- ADO.NET 概觀 \(部分機器翻譯\)