How would the following query look if I was using the extension method syntax?
var query = from c in checks group c by string.Format(\"{0} - {1}\", c.Custome
Since the compiler does this translation for you, fire up Reflector and take a look.