I would like know, will it be possible to run a linq statement
generated on the fly by a program?
Lets say, I have string like the following
string t = "from c in doc.Decentents( 'Value') select c";
Is there anyway I would able to run this?
Thanks.
generated on the fly by a program?
Lets say, I have string like the following
string t = "from c in doc.Decentents( 'Value') select c";
Is there anyway I would able to run this?
Thanks.
Comment