Tagged Questions

0
votes
2answers
400 views

Can ObjectQuery.OrderBy() use NEWID()?

I found that Entity SQL support NEWID(), but does ObjectQuery support it as well? http://msdn.microsoft.com/en-us/library/bb738616.aspx, Can I write objectquery like: ...