fluente migrator Data Expressions update where in code example
Example: fluentmigrator update row where
Update.Table("Users").Set(new { Name = "John" }).Where(new { Name = "Johnanna" });
Update.Table("Users").Set(new { Name = "John" }).Where(new { Name = "Johnanna" });