Udostępnij przez


OrderBy Class

Definition

Describes a column to sort

public class OrderBy
type OrderBy = class
Public Class OrderBy
Inheritance
OrderBy

Constructors

Name Description
OrderBy()

Initializes a new instance of the OrderBy class.

OrderBy(String, String)

Initializes a new instance of the OrderBy class.

Properties

Name Description
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