Skip to the \"specific question\" as needed. Some background:
The scenario: I have a set of products with a \"drill down\" filter (Query Object) p
I'm not sure how to do this using Query syntax (as above), but using Method syntax, we can use an Expressionusing System;
using System.Linq;
using System.Linq.Expressions;
namespace LinqResearch
{
public class Program
{
[STAThread]
static void Main()
{
string columnToGroupBy = "Size";
// generate the dynamic Expression