score:3

Accepted answer

You can try

pQuery = pQuery.Select(e => new EntityResult { 
    ShortDescription = e.ShortDescription 
});

I'm pretty sure that this won't select the other columns.


Related Query

More Query from same tag