fluent migrator alter table 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" });