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