OrderBy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a column to sort
public class OrderBy
type OrderBy = class
Public Class OrderBy
- Inheritance
-
OrderBy
Constructors
OrderBy() |
Initializes a new instance of the OrderBy class. |
OrderBy(String, String) |
Initializes a new instance of the OrderBy class. |
Properties
Field |
Gets or sets describes the actual column name to sort by |
Order |
Gets or sets describes if results should be in ascending/descending order. Possible values include: 'Ascending', 'Descending' |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET