Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
1.4.2
-
None
Description
http://www.mongodb.org/display/DOCS/CSharp+Driver+LINQ+Tutorial#CSharpDriverLINQTutorial-Inject
This shows the usage of inject as:
Inject(Query.EQ("Field", value))
It seems the current version of the driver (1.4.1.4490) the correct command would be:
Query.EQ("Field", value).Inject()