Home > ASP .NET, C#, VB .NET, Web Development > How to use OrderBy() for multiple columns in EntitySpaces?

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)

  1. No comments yet.
  1. No trackbacks yet.