findMany

Finds a set of documents.

static if(isWeb)
T[]
findMany
(
T
TQuery
)
(
string collection
,
TQuery query
)

Parameters

collection string

The mongo db collection.

query TQuery

The find query.

Return Value

Type: T[]

Returns an array of the document results found.

Meta