I was wondering if there is an IQueryable<T> ToEntityCollection<T> Extension method. When I do a Linq query, I would like to have the ability to return an EntityCollection<T> or an EntityCollection with the appropriate FactoryToUse. Is this possible?