Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.Common.RowUpdatingEventArgs Class Reference

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]
 
IDbCommandCommand [get, set]
 
ExceptionErrors [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
 

Detailed Description

Definition at line 3 of file RowUpdatingEventArgs.cs.


The documentation for this class was generated from the following file: