I use a lot of blobs in my tables and because they can be quite large I often lazy load the blobs. Well, this results in a Select() call with ALL my fields except 1 - the blob field.
Not a big deal, but a SelectAllExcept() method would be nice, then I would only need to enter the field I don't actually want 
I would think that would be pretty easy to implement, no?