| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| RowUpdatedEventArgs (DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping) | |
| void | CopyToRows (DataRow[] array) | 
| void | CopyToRows (DataRow[] array, int arrayIndex) | 
Static Public Attributes | |
| static readonly EventArgs | Empty = new EventArgs() | 
Package Functions | |
| void | AdapterInit (DataRow[] dataRows) | 
| void | AdapterInit (int recordsAffected) | 
Properties | |
| IDbCommand? | Command [get] | 
| Exception? | Errors [get, set] | 
| int | RecordsAffected [get] | 
| DataRow | Row [get] | 
| DataRow?[] | Rows [get] | 
| int | RowCount [get] | 
| StatementType | StatementType [get] | 
| UpdateStatus | Status [get, set] | 
| DataTableMapping | TableMapping [get] | 
Private Attributes | |
| readonly IDbCommand | _command | 
| StatementType | _statementType | 
| readonly DataTableMapping | _tableMapping | 
| Exception | _errors | 
| DataRow | _dataRow | 
| DataRow[] | _dataRows | 
| UpdateStatus | _status | 
| int | _recordsAffected | 
Definition at line 3 of file RowUpdatedEventArgs.cs.