スケーラブルデータベースサーバ HiRDB Version 8 UAP開発ガイド

[目次][索引][前へ][次へ]

16.5.10 HiRDBRowUpdatedEventArgs

<この項の構成>
(1) コンストラクタ
(2) プロパティ

(1) コンストラクタ

(a) HiRDBRowUpdatedEventArgs

void HiRDBRowUpdatedEventArgs ( System.Data.DataRow, System.Data.IdbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)

引数
System.Data.DataRow dataRow:Updateを通じて送信されたDataRow
System.Data.IDbCommand command:Updateの呼び出し時に実行されたIDbCommand
System.Data.StatementType statementType:実行されたSQLステートメントの種類
System.Data.Common.DataTableMapping tableMapping:Updateを通じて送信されたDataTableMapping

説明:HiRDBRowUpdatedEventArgsクラスの新しいインスタンスを初期化します。

(2) プロパティ

(a) Command

型:HiRDBCommand

既定値:null

説明:Updateの呼び出し時に実行されるHiRDBCommandを取得します(読み取り専用)。