-
Type:
New Feature
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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