Reputation: 249
I have a data structure like:
And I want to do so sorting to the results based on the price but for a specific priceProfileId ex 1292
I am using the nest library for that and my query looks like as below:
But its not sorting?
Addition Information: About ItemPrice Mapping
Upvotes: 0
Views: 201
Reputation: 249
One thing is instead of the Price.Value I changed to Price and used .Order(SortOrder.Descending
Correct Code:
Upvotes: 0