This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user