public void GetMaindata() { if (SortBy == null) { SortBy = "it.Iserial"; } Loading = true; Glclient.GetTblAccountAsync(MainRowList.Count, PageSize, SortBy, Filter, ValuesObjects, LoggedUserInfo.DatabasEname, ChildOnly); }
public void GetFullMainData() { if (SortBy == null) { SortBy = "it.Iserial"; } Loading = true; Export = true; Glclient.GetTblAccountAsync(MainRowList.Count, int.MaxValue, SortBy, Filter, ValuesObjects, LoggedUserInfo.DatabasEname, false); }