|
static EnumerableRowCollection< TRow > | Where< TRow > (this EnumerableRowCollection< TRow > source, Func< TRow, bool > predicate) |
|
static OrderedEnumerableRowCollection< TRow > | OrderBy< TRow, TKey > (this EnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector) |
|
static OrderedEnumerableRowCollection< TRow > | OrderBy< TRow, TKey > (this EnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer) |
|
static OrderedEnumerableRowCollection< TRow > | OrderByDescending< TRow, TKey > (this EnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector) |
|
static OrderedEnumerableRowCollection< TRow > | OrderByDescending< TRow, TKey > (this EnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer) |
|
static OrderedEnumerableRowCollection< TRow > | ThenBy< TRow, TKey > (this OrderedEnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector) |
|
static OrderedEnumerableRowCollection< TRow > | ThenBy< TRow, TKey > (this OrderedEnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer) |
|
static OrderedEnumerableRowCollection< TRow > | ThenByDescending< TRow, TKey > (this OrderedEnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector) |
|
static OrderedEnumerableRowCollection< TRow > | ThenByDescending< TRow, TKey > (this OrderedEnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer) |
|
static EnumerableRowCollection< S > | Select< TRow, S > (this EnumerableRowCollection< TRow > source, Func< TRow, S > selector) |
|
static EnumerableRowCollection< TResult > | Cast< TResult > (this EnumerableRowCollection source) |
|