日本語PDF

OracleRowUpdatedEventArgsコンストラクタ

OracleRowUpdatedEventArgsコンストラクタは、新しいOracleRowUpdatedEventArgsインスタンスを作成します。

宣言

// C#
public OracleRowUpdatedEventArgs(DataRow row,IDbCommand command, 
    StatementType statementType, DataTableMapping tableMapping);

パラメータ

  • row

    Updateに対して送信されるDataRow

  • command

    Update中に実行されるIDbCommand

  • statementType

    実行されるSQL文のタイプを示すStatementType列挙値

  • tableMapping

    Updateに対して使用されるDataTableMapping