Dynamic queries are not dynamic enough. I have seen solutions like ...this... but still I have to indicate which table to use as the basis:...var query = db.Customers.Where("...").OrderBy("...").Select("...");
...I want to create a simple query tool where...