Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.TypedTableBaseExtensions Member List

This is the complete list of members for System.Data.TypedTableBaseExtensions, including all inherited members.

AsEnumerable< TRow >(this TypedTableBase< TRow > source)System.Data.TypedTableBaseExtensionsinlinestatic
ElementAtOrDefault< TRow >(this TypedTableBase< TRow > source, int index)System.Data.TypedTableBaseExtensionsinlinestatic
OrderBy< TRow, TKey >(this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector)System.Data.TypedTableBaseExtensionsinlinestatic
OrderBy< TRow, TKey >(this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer)System.Data.TypedTableBaseExtensionsinlinestatic
OrderByDescending< TRow, TKey >(this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector)System.Data.TypedTableBaseExtensionsinlinestatic
OrderByDescending< TRow, TKey >(this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer)System.Data.TypedTableBaseExtensionsinlinestatic
Select< TRow, S >(this TypedTableBase< TRow > source, Func< TRow, S > selector)System.Data.TypedTableBaseExtensionsinlinestatic
Where< TRow >(this TypedTableBase< TRow > source, Func< TRow, bool > predicate)System.Data.TypedTableBaseExtensionsinlinestatic