[]
        
(Showing Draft Content)

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

All Method

All(Order)

Gets all items in the indexed collection.

Declaration
IndexQuery<T> 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>

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