I'm searching a way to store a collection of ...Expression<Func<T, TProperty>>... used to order elements, and then to execute the stored list against a ...IQueryable<T>... object (the underlying provider is Entity Framework). ...For example, I would like...