(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.