Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

fluentmigrator update row where

Update.Table("Users").Set(new { Name = "John" }).Where(new { Name = "Johnanna" });
Source by fluentmigrator.github.io #
 
PREVIOUS NEXT
Tagged: #fluentmigrator #update #row
ADD COMMENT
Topic
Name
6+3 =