RowUpdatingEventArgs 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 .NET 資料提供者 之 RowUpdating 事件的資料。
public ref class RowUpdatingEventArgs : EventArgs
public ref class RowUpdatingEventArgs abstract : EventArgs
C#
public class RowUpdatingEventArgs : EventArgs
C#
public abstract class RowUpdatingEventArgs : EventArgs
type RowUpdatingEventArgs = class
inherit EventArgs
Public Class RowUpdatingEventArgs
Inherits EventArgs
Public MustInherit Class RowUpdatingEventArgs
Inherits EventArgs
- 繼承
- 衍生
事件 RowUpdating
通常會在 開始資料列之前 Update 引發。
Row |
初始化 RowUpdatingEventArgs 類別的新執行個體。 |
Base |
取得或設定這個類別之執行個體的 IDbCommand 物件。 |
Command |
取得要在 IDbCommand 作業期間執行的 Update(DataSet)。 |
Errors |
取得 Command 執行時由 .NET 資料提供者產生的任何錯誤。 |
Row |
取得 DataRow,將做為插入、更新或刪除作業的一部分傳送到伺服器。 |
Statement |
取得要執行的 SQL 陳述式型別。 |
Status |
取得或設定 UpdateStatus 屬性的 Command。 |
Table |
取得要經由 DataTableMapping 傳送的 Update(DataSet)。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
Get |
做為預設雜湊函式。 (繼承來源 Object) |
Get |
取得目前執行個體的 Type。 (繼承來源 Object) |
Memberwise |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
To |
傳回代表目前物件的字串。 (繼承來源 Object) |
產品 | 版本 |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |