Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

15.5.9 HiRDBRowUpdatedEventArgs

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

(1) Constructor

(a) HiRDBRowUpdatedEventArgs

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

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

Description: Initializes a new instance of the HiRDBRowUpdatedEventArgs class.

(2) Properties

(a) Command

Type: HiRDBCommand

Default value: null

Description: Acquires the HiRDBCommand that is executed when Update is called (read only).