[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.IIndexScanner-2.All

All Method

All(Order)

Gets all items in the indexed collection.

Declaration
IndexQuery<T, TKey> All(Order order)
Parameters
Type Name Description
Order order

Specifies the order of the key values to sort the result.

Returns
Type Description
IndexQuery<T, TKey>

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