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 値の 1 つ。
- tableMapping
型: System.Data.Common. . :: . .DataTableMapping
Update を通じて送信された DataTableMapping。