This commit is contained in:
2020-11-26 16:20:17 +00:00
parent 000257bf8b
commit 8e9c06d0f9
3 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ namespace AyaNova.DataList
dynamic cm = new JObject();
cm.fld = "customername";
cm.sort = "+";
dlistView.Add(cm);
cm = new JObject();

View File

@@ -19,6 +19,7 @@ namespace AyaNova.DataList
dynamic cm = new JObject();
cm.fld = "notedate";
cm.sort = "-";
dlistView.Add(cm);
cm = new JObject();

View File

@@ -3,10 +3,10 @@ using Newtonsoft.Json.Linq;
using AyaNova.Biz;
namespace AyaNova.DataList
{
internal class TestUserDataList : AyaDataList
internal class DEPRECATED_TestUserDataList : AyaDataList
{
public TestUserDataList()
public DEPRECATED_TestUserDataList()
{
DefaultListObjectType = AyaType.User;
SQLFrom = "from auser";