Random sorting

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
lc4pro
Posts: 51
Joined: Thu 12 Jul 2012 08:16

Random sorting

Post by lc4pro » Mon 06 May 2013 11:32

Is there a way to do "order by rand()" like in MySQL?

thanks for help

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Random sorting

Post by MariiaI » Tue 07 May 2013 14:20

The only way to use it at the moment, is to execute the query explicitly via the ExecuteQuery method.

Post Reply