共用方式為


OrderBy Class

Definition

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