Gets all items in the indexed collection.

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

Syntax

C#
public abstract IndexQuery<T, TKey> All(
	Order order
)
Visual Basic
Public MustOverride Function All ( _
	order As Order _
) As IndexQuery(Of T, TKey)

Parameters

order
Type: C1.LiveLinq..::..Order
Specifies the order of the key values to sort the result.

Return Value

An object enumerating all items of the collection in the specified order of their key values.

Implements

IIndexScanner<(Of <(<'T, TKey>)>)>..::..All(Order)

See Also