如何在Pomelo.EntityFrameworkCore.MySql中获取随机记录?

时间:2017-04-27 11:23:10

标签: entity-framework-core

我目前正在使用这种方法:

.OrderBy(s => Guid.NewGuid())
.Take(10)
...

但后来我在日志中注意到了一个警告:

The LINQ expression 'orderby NewGuid() asc' could not be
translated and will be evaluated locally.

我正在使用Pomelo.EntityFrameworkCore.MySql 1.1.1

0 个答案:

没有答案