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
you can Generic Method and use db.Set that return a DbSet Based on T
db.Set
DbSet
T