How to use OrderBy() for multiple columns in EntitySpaces?
You can pass multiple columns in like this:- collection.Query.OrderBy(collection.Query.ProductID.Descending, collection.Query.CategoryID.Ascending)
You can pass multiple columns in like this:- collection.Query.OrderBy(collection.Query.ProductID.Descending, collection.Query.CategoryID.Ascending)