I have a query object comprised of many joins and where conditions. I'd like to load this query more than once with different resultsets for each load. The problem is that Select() always appends the fields. Is there a way to clear the select list of a query so I can load it again and get only the fields I need each time?
There is no way to do this. Your best bet is to make a method that returns a new query with everything but the Select clause applied, then you can add whatever columns you need and load it.
EntitySpaces | Twitter | BLOG | Please honor our Software License