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

Support LINQ3 queries against all 3 possible representations of Dictionaries

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Unknown Unknown
    • None
    • None
    • LINQ3
    • None

    Description

      For example, a `Dictionary<string, int>` could be represented in 3 ways:

      { life : 41 }
      [['life', 41]]
      [{ k : 'life', v : 41 }]
      

      Corresponding to `Documents`, `ArrayOfArrays` and `ArrayOfDocuments`.

      We should support queries against all 3 representations.

      Attachments

        Activity

          People

            Unassigned Unassigned
            robert@mongodb.com Robert Stam
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: