I have a simple entity
Customer.Country
Customer.SomeNumber
How would I get the Customer entity from the DB with Country='Canada' and with Max(SomeNumber)
I read the 'Field expressions and aggregates', but couldn't figure that out using a ResultsetFields object in a predicate.