I would like to receive a list sorted by \'Product.Name\' in descending order.
Similar to the function below which sorts the list
Yes. Use OrderByDescending instead of OrderBy.
OrderBy