This commit is contained in:
2018-12-03 23:29:51 +00:00
parent 4d35302e42
commit d534b0d6e4

View File

@@ -117,9 +117,9 @@ namespace AyaNova.Biz
sb.Append(sColumn); sb.Append(sColumn);
sb.Append(" "); sb.Append(" ");
break; break;
case "Like": // case "Like":
//No change on like // //No change on like
break; // break;
case "NotEquals": case "NotEquals":
//This is the big one: //This is the big one:
sb.Append("Is Null OR "); sb.Append("Is Null OR ");