This commit is contained in:
8
util.cs
8
util.cs
@@ -606,10 +606,10 @@ namespace raven_integration
|
||||
|
||||
}
|
||||
//t(dfilter, dsortarray, 999, 0, false, "UserDataList"));
|
||||
public static string BuildDataListRequest(object p = null, object o = null, int limit = 999, int offset = 0, bool bWhatever=false, string dataListKey = "TestWidgetDataList")
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
// public static string BuildDataListRequest(object p = null, object o = null, int limit = 999, int offset = 0, bool bWhatever=false, string dataListKey = "TestWidgetDataList")
|
||||
// {
|
||||
// throw new System.NotImplementedException();
|
||||
// }
|
||||
|
||||
public static string BuildDataListRequestEx(dynamic dListView = null, int limit = 999, int offset = 0, string dataListKey = "TestWidgetDataList")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user