Function find

  • Performs a query on a collection and returns a cursor object. Shorthand for Query(criteria).find(collection, projection)

    Type Parameters

    • T

    Parameters

    Returns Cursor<T>

    A cursor of results