1. var query1 = (from c in dataContext.Cars. 2. orderby "NEWID()" .SQL<Guid>(). 3. select c).Take(1);. 4. var sql1 = query1.ToString();.
確定! 回上一頁