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

Update.Rename should support renaming more than one element and should be combinable with other update operations

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.1
    • Affects Version/s: 1.0
    • Component/s: None
    • Labels:
      None

      For example, both of the following should be valid:

      var update = Update.Rename("x", "xx").Rename("y", "yy");
      var update = Update.Rename("x", "xx").Set("y", 2);

            Assignee:
            sridhar Sridhar Nanjundeswaran
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: