|
static EnumerableRowCollection< TRow > | Where< TRow > (this TypedTableBase< TRow > source, Func< TRow, bool > predicate) |
|
static OrderedEnumerableRowCollection< TRow > | OrderBy< TRow, TKey > (this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector) |
|
static OrderedEnumerableRowCollection< TRow > | OrderBy< TRow, TKey > (this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer) |
|
static OrderedEnumerableRowCollection< TRow > | OrderByDescending< TRow, TKey > (this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector) |
|
static OrderedEnumerableRowCollection< TRow > | OrderByDescending< TRow, TKey > (this TypedTableBase< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer) |
|
static EnumerableRowCollection< S > | Select< TRow, S > (this TypedTableBase< TRow > source, Func< TRow, S > selector) |
|
static EnumerableRowCollection< TRow > | AsEnumerable< TRow > (this TypedTableBase< TRow > source) |
|
static ? TRow | ElementAtOrDefault< TRow > (this TypedTableBase< TRow > source, int index) |
|
Definition at line 5 of file TypedTableBaseExtensions.cs.