Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

15.5.10 HiRDBRowUpdatingEventArgs

Organization of this subsection
(1) Constructor
(2) Properties

(1) Constructor

(a) HiRDBRowUpdatingEventArgs

void HiRDBRowUpdatingEventArgs (System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)

Arguments
System.Data.DataRow dataRow: DataRow that executes Update
System.Data.IDbCommand command: IDbCommand that is executed when Update is called
System.Data.StatementType statementType: Type of SQL statement to be executed
System.Data.Common.DataTableMapping tableMapping: DataTableMapping that is sent through Update

Description: Initializes a new instance of the HiRDBRowUpdatingEventArgs class.

(2) Properties

(a) Command

Type: HiRDBCommand

Default value: null

Description: Acquires or sets the HiRDBCommand that is executed during Update processing.