This commit is contained in:
2020-02-14 23:38:31 +00:00
parent 798e63c396
commit 2319c22745
2 changed files with 9 additions and 1 deletions

View File

@@ -58,7 +58,8 @@ namespace AyaNova.DataList
if (o.IsCustomField && !CustomFieldIncluded)
{ //if any are custom field then add custom fields column to query
CustomFieldIncluded=true;
sb.Append(", ");
sb.Append(o.GetSqlValueColumnName());
}
else
{