[]
        
(Showing Draft Content)

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

Find Method

Find(object)

Finds items with the specified key value.

Declaration
IndexQuery<T> Find(object key)
Parameters
Type Name Description
object key

The key value to search for.

Returns
Type Description
IndexQuery<T>

An object enumerating items having the specified key value.