Linq2Sql - Storing Linq Expressions in cleartext (linq) for future dynamic execution?

I think this blog post has what you are looking to do.

I think this blog post has what you are looking to do: igorshare.wordpress.com/2008/01/11/coded....

That's perfect! Thanks! – TravisWhidden Oct 15 '09 at 21:59.

You may use Expression Trees. Some sampels are provided here.

Thats not really what I am trying to do. Expression Trees are easy. I'm trying to figure out how to store a linq statement as clear text, and then execute it on demand against some valid expressions in memory, and then continue to use the IQueryable after the clear text has been executed.

Clear text meaning the whole linq statement written out in human readable. Thanks though. – TravisWhidden Oct 15 '09 at 16:06.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions