join in LinqToCRM not working

first post: Bernybon wrote: I get the error : Error 1 The type of one of the expressions in ...

Problems in Many to Many

first post: Gamalof wrote: Hi, I always get this error MSG "Server was unable to process req...

Any idea when Linq to CRM will come out of beta?

first post: digioz wrote: Does anyone know when Linq to CRM is scheduled to be released and c...

latest post: MaartenUreel wrote: From the guys at Xrm Linq: http://www.xrmlinq.com/crm-sdk-4-0-12-bu...

CRM SDK 4.0.0012 now includes a Linq-to-CRM query provider

first post: shan_mcarthur wrote: Microsoft has published a full LINQ-to-CRM query provider in the la...

latest post: praty wrote: Selecting out of joined entities come to mind at least.

Multiple Conditions in a Where Clause vs. Multiple Where Clauses

first post: 12055 wrote: Wondering why from x in crm.Linq<t>() where !x.foo1.IsNull && !x....

latest post: praty wrote: Probably a bug in LINQtoCRM. Please file an issue with the exceptio...

Multiple Joins

first post: cwigley wrote: All, I was hoping a fresh set of eyes could see what I am doing w...

latest post: 12055 wrote: I'm wondering what you are planning to do with {a1, a2}. Some more...

CRMService.Fetch(XML) 5000 row max

first post: brutes wrote: I came across a rather nasty problem with the CRMService.Fetch call...

latest post: friism wrote: Sounds cool. If you are contemplating a major rewrite, you might wa...

datetime comparison

first post: kib357 wrote: Hello, i need to select objects thats "createdon" attribute date is...

latest post: friism wrote: kib357 wrote: i need to retrieve objects with crmdatetime attribu...

Left Joins in LINQtoCRM

first post: razialx wrote: Hello all, I was recently trying to do some subqueries in a fairl...

latest post: jfobel wrote: TestLeftJoin inside of QueryTestsWithNewSelector does not work. N...

Multiple Join Fields

first post: hirani wrote: Hi, Can you give an example on how to join one table to another on ...

latest post: renkin wrote: Hell Guys, I tried to run this query (from addressItem in crmQuery...