[CSHARP-199] Update.Rename should support renaming more than one element and should be combinable with other update operations Created: 12/Apr/11  Updated: 02/Apr/15  Resolved: 09/Jun/11

Status: Closed
Project: C# Driver
Component/s: None
Affects Version/s: 1.0
Fix Version/s: 1.1

Type: Bug Priority: Major - P3
Reporter: Robert Stam Assignee: Sridhar Nanjundeswaran
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

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);


Generated at Wed Feb 07 21:36:06 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.