how come when executing a Linq query to CRM it adds an Order By the primary key (which is a Guid) to the SQL query? Is there a way to prevent that. I'm not adding an order by to the query. If i do add an order by, it adds it along with the primary key.