SqlCeRowUpdatedEventArgs 建構函式
初始化 SqlCeRowUpdatedEventArgs 類別的新執行個體。
命名空間: 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 _
)
'用途
Dim dataRow As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping
Dim instance As New SqlCeRowUpdatedEventArgs(dataRow, _
command, statementType, tableMapping)
public SqlCeRowUpdatedEventArgs(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public:
SqlCeRowUpdatedEventArgs(
DataRow^ dataRow,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
new :
dataRow:DataRow *
command:IDbCommand *
statementType:StatementType *
tableMapping:DataTableMapping -> SqlCeRowUpdatedEventArgs
public function SqlCeRowUpdatedEventArgs(
dataRow : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
)
參數
- dataRow
型別:System.Data.DataRow
透過 Update 傳送的 DataRow。
- command
型別:System.Data.IDbCommand
在呼叫 Update 時執行的 IDbCommand。
- statementType
型別:System.Data.StatementType
其中一個 StatementType 值,指定執行的查詢類型。
- tableMapping
型別:System.Data.Common.DataTableMapping
透過 Update 傳送的 DataTableMapping。