-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
Affects Version/s: 1.7.1
-
Component/s: Feature Request
-
None
It would be useful to get support for the $comment meta operator in the C# driver. This would allow users to tag their queries with a comment that shows up in system.profile if the query is slow (or if all queries are being profiled).
This could be something like:
collection.FindAll().SetComment("Tag my query").ToList()
and for the LINQ version:
collection.AsQueryable().Where(o => o.Field == 1).WithComment("Tag my query").ToList()
- is related to
-
CSHARP-673 Support setting the cursor batch size when using LINQ queries
- Closed