Yes I believe you do have to. I don't think it's possible with EF.
You could make an explicit query for the columns you need, and then later for the data-column. Like the suggestion in this post:
But it seems like Linq To SQL provides the possibility, so I'll try to look into if it's coming to EF too.
asgerhallas
2009-04-24 17:19:04