-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.4.2
-
Component/s: Documentation
-
None
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()