Details
-
New Feature
-
Resolution: Done
-
Major - P3
-
None
-
1.7
-
None
-
(copied to CRM)
Description
Support setting the cursor batch size when using LINQ queries. A possible syntax (subject to revision) could be:
var query = collection.AsQueryable().Where(x => x.Y > 0).WithBatchSize(100);
|
Attachments
Issue Links
- related to
-
CSHARP-692 Add support for the $comment meta operator to help with profiling
-
- Closed
-