RowUpdatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供.NET資料提供者的 RowUpdated 事件資料。
public ref class RowUpdatedEventArgs abstract : EventArgs
public ref class RowUpdatedEventArgs : EventArgs
public abstract class RowUpdatedEventArgs : EventArgs
public class RowUpdatedEventArgs : EventArgs
type RowUpdatedEventArgs = class
inherit EventArgs
Public MustInherit Class RowUpdatedEventArgs
Inherits EventArgs
Public Class RowUpdatedEventArgs
Inherits EventArgs
- 繼承
- 衍生
備註
RowUpdated事件訊息通常會在 a Update 到 一列完成時被提出。
建構函式
| 名稱 | Description |
|---|---|
| RowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) |
初始化 RowUpdatedEventArgs 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| Command |
被Update(DataSet)叫到時會被執行。IDbCommand |
| 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) |