Gets all items in the indexed collection.

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

Syntax

C#
IndexQuery<T, TKey> All(
	Order order
)
Visual Basic
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

All items of the collection in the specified order of their key values.

See Also