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