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

Static Public Member Functions

static EnumerableRowCollection< TRowWhere< TRow > (this TypedTableBase< TRow > source, Func< TRow, bool > predicate)
 
static OrderedEnumerableRowCollection< TRowOrderBy< TRow, TKey > (this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector)
 
static OrderedEnumerableRowCollection< TRowOrderBy< TRow, TKey > (this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer)
 
static OrderedEnumerableRowCollection< TRowOrderByDescending< TRow, TKey > (this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector)
 
static OrderedEnumerableRowCollection< TRowOrderByDescending< TRow, TKey > (this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer)
 
static EnumerableRowCollection< SSelect< TRow, S > (this TypedTableBase< TRow > source, Func< TRow, S > selector)
 
static EnumerableRowCollection< TRowAsEnumerable< TRow > (this TypedTableBase< TRow > source)
 
static ? TRow ElementAtOrDefault< TRow > (this TypedTableBase< TRow > source, int index)
 

Detailed Description

Definition at line 5 of file TypedTableBaseExtensions.cs.


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