Skip to content

Commit

Permalink
Added ExceptOperator to EComparisonMethod enum. Azure-Player#14
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kohlhoff committed Jun 3, 2021
1 parent 380c3a1 commit 6cdca5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ScdMergeWizard/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public enum ESCD13UpdateMode
public enum EComparisonMethod
{
StandardSQL,
HASHBYTES_MD5
HASHBYTES_MD5,
ExceptOperator
}
}

0 comments on commit 6cdca5b

Please sign in to comment.