c# - Random row from Linq to Sql - Stack Overflow
What is the best (and fastest) way to retreive a random row using Linq to SQL when I have a condition, e.g. some field must be true ? ... EDIT: I've only just noticed this is LINQ to SQL, not LINQ to Objects. Use Marc's code to get the database to do this...