[]
Finds items containing any of the specified key values.
public abstract IndexQuery<T, TKey> FindKeys(IEnumerable<TKey> keys, Order order)
Type | Name | Description |
---|---|---|
IEnumerable<TKey> | 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). |
Type | Description |
---|---|
IndexQuery<T, TKey> | An object enumerating all items whose key values belong to the specified key value collection. |