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

Support LINQ3 queries against all 3 possible representations of Dictionaries

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: LINQ3
    • None
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      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.

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

              Created:
              Updated: