I have SQL queries like this

string str = tableName;

query = "select * from "+ str;

and based on that i want to fetch all rows's record...(Different table has different columns) i want to build this in LINQ-SQL dynamically...

Please any one Help me!!!

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.