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

Fix Inject() LINQ Documentation

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor - P4 Minor - P4
    • 1.5
    • 1.4.2
    • Documentation
    • 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()

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: