I have C# extension methods on ...IQueryable..., e.g. ...FindNewCustomers()... and ...FindCustomersRegisteredAfter(int year)... and so forth which I use to "chain" a query together for LINQ to SQL....Now to my problem: I want to create compiled queries, e...