MongoConnection.startFind
void startFind(T)(Bson command,
scope GetMoreHeaderDelegate on_header,
scope GetMoreDocumentDelegate!T on_doc,
string batchKey = "firstBatch",
string errorInfo = __FUNCTION__, string errorFile = __FILE__, size_t errorLine = __LINE__)Forwards the find command passed in to the database, handles the callbacks like with getMore. This exists for easier integration with MongoCursor!T.