Quantcast
Channel: CRM Development Forum
Viewing all articles
Browse latest Browse all 888

Convert LINQ to DataServiceQuery Difficulties

$
0
0

I have the following query running in LinqPad 4 but cannot convert it to a usable DataServiceQuery.

from a in ServiceAppointmentSet join b in ContactSet on a.RegardingObjectId.Id equals b.ContactId where a.RegardingObjectId.Equals("xxxxxxxx") select new { a.RegardingObjectId, b.new_PrimaryCode
}

I need to join these 2 entities to retrieve information and it's proven to be difficult.

Thanks


Viewing all articles
Browse latest Browse all 888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>