We are Building a portal in SharePoint Online that pulls data out of a CRM 2011 on-premise server.
We want to minimize the number of roundtrips.
When we join multiple tables in a linq Query using a XrmServiceContext, will the Query get executed serverside or will the join happen client side?
Thanks,
Jorgen