LINQ to Entities does not recognize the method ElementAt(i);

后端 未结 2 347
南方客
南方客 2021-01-08 00:28

I\'m using the method elementat(Int32) to get a specific element of a query\'s result.

var mds = db.TDP_MissioniDestinazioni.Where(p => p.Mis         


        
2条回答
提交回复
热议问题