C1.LiveLinq Namespace : IndexedQueryExtensions Class |
The following tables list the members exposed by IndexedQueryExtensions.
Name | Description | |
---|---|---|
AsIndexed<T> | Returns the input typed as C1.LiveLinq.Indexing.IIndexedSource<T>. | |
GroupBy | Overloaded. Groups the elements of a collection according to a specified key selector function and creates a result value from each group and its key. The elements of each group are projected by using a specified function. | |
GroupJoin<TOuter,TInner,TKey,TResult> | Correlates the elements of two collections based on equality of keys and groups the results. | |
Join | Overloaded. Correlates the elements of two collections based on matching keys. | |
OrderBy<T,TKey> | Sorts the elements of a collection in ascending order. | |
OrderByDescending<T,TKey> | Sorts the elements of a collection in descending order. | |
Select<TSource,TResult> | Projects each element of a collection into a new form. | |
SelectMany | Overloaded. Projects each element of a collection to a sequence of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein. | |
ToIndexed | Overloaded. Creates an C1.LiveLinq.Indexing.IIndexedSource<T> based on the specified IObservableSource<T> collection. | |
Where | Overloaded. Filters the source collection based on a predicate. |