Entity Linq find index before query is executed

前端 未结 0 1484
孤城傲影
孤城傲影 2020-12-29 01:28

I have the following query:

var result = //some Entity framework IOrderedQueryable;
var fullList = await result.ToListAsync();
var currentIndex = fullList.Fin         


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