Click here to Skip to main content
15,898,790 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
string table_name = "mpmeter"
var q = from c in &table_name
        where c.ckol==14
        select c;

Not responce: &table_name
Posted
Updated 1-Feb-12 21:35pm
v2

1 solution

This CP article may helps you
Dynamic Linq Queries[^]

and

http://tomasp.net/articles/dynamic-linq-queries.aspx[^]

Thanks
--RA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900