Details
-
New Feature
-
Resolution: Works as Designed
-
Major - P3
-
None
-
None
-
None
-
None
Description
Currently, the runcommand API in MongoDatabaseImpl class doesn't support to return a IAsyncCursor<> type. In many advanced scenario, such as dynamic query, we need runcommand API to return a cursor. So I wonder when the csharper driver shall provide this feature like the go driver in https://github.com/mongodb/mongo-go-driver/blob/master/mongo/database.go