How to implement pagedList on DbQuery Entity in Dbcontext without fetching full data in .net core?

前端 未结 0 1126
醉梦人生
醉梦人生 2021-02-03 10:24

I have to execute a sql string in .net core so first I added a Dbquery type entity in dbcontext.

        internal DbQuery MyDataList{ get; set; }
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题