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!!!