This commit is contained in:
2020-02-26 20:10:31 +00:00
parent 30abbfe0c2
commit 9ea399e3f6

View File

@@ -67,7 +67,7 @@ namespace AyaNova.DataList
if (o != null) if (o != null)
{//Here is where we can vet the field name, if it doesn't exist. For production we'll just ignore those ones {//Here is where we can vet the field name, if it doesn't exist. For production we'll just ignore those ones
if (!FirstColumnAdded) if (FirstColumnAdded)
sb.Append(","); sb.Append(",");
sb.Append("{"); sb.Append("{");
//Build required part of column definition //Build required part of column definition