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