Is it possible to clear an EntityCollection without having to Load() it?
I have code in place that uses stub entities to add new entities to an EntityCollection without having load the actual Entity I'm adding, but is there some equivalent to this when Clear()ing an EntityCollection?