Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
RowUpdatingEventArgs (DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping) | |
Static Public Attributes | |
static readonly EventArgs | Empty = new EventArgs() |
Properties | |
virtual ? IDbCommand | BaseCommand [get, set] |
IDbCommand? | Command [get, set] |
Exception? | Errors [get, set] |
DataRow | Row [get] |
StatementType | StatementType [get] |
UpdateStatus | Status [get, set] |
DataTableMapping | TableMapping [get] |
Private Attributes | |
IDbCommand | _command |
readonly StatementType | _statementType |
readonly DataTableMapping | _tableMapping |
Exception | _errors |
readonly DataRow | _dataRow |
UpdateStatus | _status |
Definition at line 3 of file RowUpdatingEventArgs.cs.