My ultimate goal is to convert a linq expression to fetch xml. I intend on using the fetch XML for custom grids in MS CRM 2011.

From this article, I can convert a QueryExpression to FetchXML http://mileyja.blogspot.com/2011/07/convert-queryexpression-to-fetchxml.html

But I don't know how to get a Linq expression to a QueryExpression. When I say a linq expression, I mean an object of type IQueryable<>.

Anyone had any experience with this or any know how?

Cheers

link|improve this question
feedback

1 Answer

calling ToString() on the LINQ expression should return the FetchXML

link|improve this answer
I tried this but it just returns the object type name. I found references to this but only for CRM 4.0. – Chaos Aug 30 '11 at 4:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.