[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Index-1.FindKeys

FindKeys Method

FindKeys(IEnumerable, Order)

Finds items containing any of the specified key values.

Implements FindKeys(IEnumerable,Order)

Declaration
public IndexQuery<T> FindKeys(IEnumerable keys, Order order)
Parameters
Type Name Description
IEnumerable keys

The key values to search for.

Order order

Optionally specifies the order of the key values to sort the result (Order.Unordered if sorting is not required).

Returns
Type Description
IndexQuery<T>

An object enumerating all items whose key values belong to the specified key value collection.

Implements