public IQueryable<TabMasterViewModel> GetJsonTabMasterList(string OrderByColumn, string OrderType, intvar jsonData = new total = 1,//totalPages, records = 14, /
我想使用LINQ的IQueryable,它给我一个查询,根据我给出的页面大小,只获取页面所需的记录。我已经使用了这个: (from m in dttableDetails.TableName select m).Take(page_size).Skip(offset);Cannot implicitly convert type