-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.7
-
Component/s: Linq
-
None
-
(copied to CRM)
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);
- related to
-
CSHARP-692 Add support for the $comment meta operator to help with profiling
- Closed