[]
Represents a collection that is the result of an index search. Objects of this class are returned by the IIndexScanner<T, TKey> search methods.
public abstract class IndexQuery<T, TKey> : IndexQuery<T>, IIndexedSource<T>, IEnumerable<T>, IEnumerable
| Name | Description |
|---|---|
| T | The type of the elements of the indexed collection. |
| TKey | The type of the index key. |
| Name | Description |
|---|---|
| GroupByKey() | Groups the collection of search results by its search key. |
| GroupByUntypedKey() | Groups the collection of search results by its search key. |