HI,
Has anyone tried to create an XPCollection<> result from a Linq to XPO query?
I am trying to use Linq instead of the XPO criteria syntax (mainly because of the type safety it gives me) but linq queries return XPQuery objects and all my code works with XPCollections.
On that note, are there any guidelines for using Linq to XPO? Best practices etc? The 1 page in the documentation is not particularly helpful...
Thanks
Andrew