This commit is contained in:
2020-01-20 19:30:38 +00:00
parent 1cc30dbb67
commit 24a897e811
3 changed files with 23 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ namespace AyaNova.Biz
{//Ignore missing fields in production
sb.Append(", ");
sb.Append(o.GetSqlDisplayColumnName());
sb.Append(o.GetSqlValueColumnName());
//does it also have an ID column?
if (!string.IsNullOrWhiteSpace(o.SqlIdColumnName))