Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-459

Fix Inject() LINQ Documentation

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

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            rhoffman Ryan Hoffman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: