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

Namespace:  C1.LiveLinq.Indexing.Search
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public abstract class IndexQuery<T, TKey> : IndexQuery<T>
Visual Basic
Public MustInherit Class IndexQuery(Of T, TKey) _
	Inherits IndexQuery(Of T)

Type Parameters

T
The type of the elements of the indexed collection.
TKey
The type of the index key.

Inheritance Hierarchy

System..::..Object
  C1.LiveLinq.Indexing.Search..::..IndexQuery<(Of <(<'T>)>)>
    C1.LiveLinq.Indexing.Search..::..IndexQuery<(Of <(<'T, TKey>)>)>

See Also