MongoConnection.startFind

Forwards the find command passed in to the database, handles the callbacks like with getMore. This exists for easier integration with MongoCursor!T.

class MongoConnection
package @safe
void
startFind
(
T
)
(,,,
string errorInfo = __FUNCTION__
,
string errorFile = __FILE__
,
size_t errorLine = __LINE__
)

Meta