Open twiglet opened 13 years ago
For example:
var query = from book in new AmazonServiceCall() where book.Title == "Hyperion" && book.Condition == BookCondition.All && book.Price < 15
select book;
I think I've fixed this, but I can't find the change at the moment.
For example:
var query = from book in new AmazonServiceCall() where book.Title == "Hyperion" && book.Condition == BookCondition.All && book.Price < 15