This commit is contained in:
2020-02-13 23:03:05 +00:00
parent 144e92dabe
commit d032ceb125
4 changed files with 104 additions and 45 deletions

View File

@@ -15,9 +15,7 @@ namespace AyaNova.DataList
//Build the SELECT portion of a list query based on the template, mini or full and the object key in question
internal static string Build(List<AyaDataListFieldDefinition> objectFieldsList, JArray listViewArray)
{
//parse the template
var jtemplate = JObject.Parse(template);
//convert to strings array (https://stackoverflow.com/a/33836599/8939)