RowUpdatingEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 .NET 資料提供者 之 RowUpdating 事件的資料。
public ref class RowUpdatingEventArgs : EventArgs
public ref class RowUpdatingEventArgs abstract : EventArgs
public class RowUpdatingEventArgs : EventArgs
public abstract class RowUpdatingEventArgs : EventArgs
type RowUpdatingEventArgs = class
inherit EventArgs
Public Class RowUpdatingEventArgs
Inherits EventArgs
Public MustInherit Class RowUpdatingEventArgs
Inherits EventArgs
- 繼承
- 衍生
備註
事件 RowUpdating
通常會在 開始資料列之前 Update 引發。
建構函式
RowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) |
初始化 RowUpdatingEventArgs 類別的新執行個體。 |
屬性
BaseCommand |
取得或設定這個類別之執行個體的 IDbCommand 物件。 |
Command |
取得要在 IDbCommand 作業期間執行的 Update(DataSet)。 |
Errors |
取得 Command 執行時由 .NET 資料提供者產生的任何錯誤。 |
Row |
取得 DataRow,將做為插入、更新或刪除作業的一部分傳送到伺服器。 |
StatementType |
取得要執行的 SQL 陳述式型別。 |
Status |
取得或設定 UpdateStatus 屬性的 Command。 |
TableMapping |
取得要經由 DataTableMapping 傳送的 Update(DataSet)。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |