You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Migrator.Tests/Providers/Generic/Generic_UpdateFromTableToTableTestsBase.cs
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -56,19 +56,18 @@ public void UpdateFromTableToTable_Success()
56
56
Provider.Insert(tableNameTarget,[columnName1Target,columnName2Target,columnName3Target,columnName4Target,columnName5Target],[1,3,"target no update","target no update","target no update"]);
/// Updates the target table using data from the source table updating the target table. Make sure to only use primary keys or unique columns in <paramref name="conditionColumnPairs"/>
650
+
/// Updates the target table with data from the source table. Make sure to use primary key or unique columns in <paramref name="matchColumnPairs"/>
651
651
/// </summary>
652
-
/// <param name="tableSourceNotQuoted"></param>
653
-
/// <param name="tableTargetNotQuoted"></param>
654
-
/// <param name="fromSourceToTargetColumnPairs">Pairs that represent the name of the source column and the column in the target table to be updated.</param>
655
-
/// <param name="conditionColumnPairs">Pairs that represent the name of the source column and the name of the target tabel used to match the rows.</param>
0 commit comments