I load up my objects from a query, now, I want to get a Collection<Type> of the objects loaded from my query. If I access the DbSets, they load up all the data I do not want. Is there a way to tell the DbSets to not load additional data from the DB and only give me the objects that are currently loaded?
Michael Stevens