select top 10 * from [td].[Task] order by newid() : sql server 是这样写,
linq :?????求教
Questions.OrderBy(q=>Guid.NewGuid()).Take(6)
又学一招。