[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.IndexQuery-2

IndexQuery<T, TKey> Class

Represents a collection that is the result of an index search. Objects of this class are returned by the IIndexScanner<T, TKey> search methods.

Inheritance
IndexQuery<T, TKey>
Namespace: C1.LiveLinq.Indexing.Search
Assembly: C1.LiveLinq.4.8.dll
Syntax
public abstract class IndexQuery<T, TKey> : IndexQuery<T>, IIndexedSource<T>, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

The type of the elements of the indexed collection.

TKey

The type of the index key.

Methods

Name Description
GroupByKey()

Groups the collection of search results by its search key.

GroupByUntypedKey()

Groups the collection of search results by its search key.

Extension Methods

See Also