I need to figure out if it is possible to dynamically build a query with LINQ, dynamically selecting the table in which to perform the query.
This is an example of w
var esql = "select t from TypeName as t" var q = db.CreateQuery(esql);
Use entity sql for linq to sql, http://esql.codeplex.com