[]
Finds items with the specified key value.
IndexQuery<T> Find(object key)
Function Find(key As Object) As IndexQuery(Of T)
| Type | Name | Description |
|---|---|---|
| object | key | The key value to search for. |
| Type | Description |
|---|---|
| IndexQuery<T> | An object enumerating items having the specified key value. |