Page 1 of 1

Random sorting

Posted: Mon 06 May 2013 11:32
by lc4pro
Is there a way to do "order by rand()" like in MySQL?

thanks for help

Re: Random sorting

Posted: Tue 07 May 2013 14:20
by MariiaI
The only way to use it at the moment, is to execute the query explicitly via the ExecuteQuery method.