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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET