Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.DataRowCollection Class Referencesealed

Classes

class  DataRowTree
 

Public Member Functions

void Add (DataRow row)
 
void InsertAt (DataRow row, int pos)
 
int IndexOf (DataRow? row)
 
DataRow Add (params object?[] values)
 
DataRowFind (object? key)
 
DataRowFind (object?[] keys)
 
void Clear ()
 
bool Contains (object? key)
 
bool Contains (object?[] keys)
 
override void CopyTo (Array ar, int index)
 
void CopyTo (DataRow[] array, int index)
 
override IEnumerator GetEnumerator ()
 
void Remove (DataRow row)
 
void RemoveAt (int index)
 

Package Functions

 DataRowCollection (DataTable table)
 
void DiffInsertAt (DataRow row, int pos)
 
DataRow AddWithColumnEvents (params object[] values)
 
void ArrayAdd (DataRow row)
 
void ArrayInsert (DataRow row, int pos)
 
void ArrayClear ()
 
void ArrayRemove (DataRow row)
 
int NamesEqual (string s1, string s2, bool fCaseSensitive, CultureInfo locale)
 

Package Attributes

int _nullInList
 

Static Package Attributes

static readonly CollectionChangeEventArgs s_refreshEventArgs = new CollectionChangeEventArgs(CollectionChangeAction.Refresh, null)
 

Properties

override int Count [get]
 
DataRow this[int index] [get]
 
bool IsReadOnly [get]
 
bool IsSynchronized [get]
 
object SyncRoot [get]
 
virtual ArrayList List [get]
 

Private Attributes

readonly DataTable _table
 
readonly DataRowTree _list = new DataRowTree()
 

Detailed Description

Definition at line 5 of file DataRowCollection.cs.


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