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

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

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

Detailed Description

Definition at line 3 of file RowUpdatedEventArgs.cs.


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