SqlCeRowUpdatingEventArgs Constructor
初始化 SqlCeRowUpdatingEventArgs 類別的新執行個體。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 system.data.sqlserverce.dll)
語法
'宣告
Public Sub New ( _
dataRow As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
)
public SqlCeRowUpdatingEventArgs (
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public:
SqlCeRowUpdatingEventArgs (
DataRow^ dataRow,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
public SqlCeRowUpdatingEventArgs (
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public function SqlCeRowUpdatingEventArgs (
dataRow : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
)
參數
- command
在 Update 期間執行的 IDbCommand。
- statementType
其中一個 StatementType 值,指定執行的查詢類型。
- tableMapping
透過 Update 傳送的 DataTableMapping。
平台
開發平台
Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
版本資訊
.NET Framework 及 NET Compact Framework
支援於 3.5
.NET Framework
支援於 3.0
.NET Compact Framework 及 .Net Framework
支援於 2.0
另請參閱
參考
SqlCeRowUpdatingEventArgs Class
SqlCeRowUpdatingEventArgs Members
System.Data.SqlServerCe Namespace