OrderBy Class

Definition

describes an order by clause

[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class OrderBy
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type OrderBy = class
Public Class OrderBy
Inheritance
OrderBy
Attributes

Constructors

OrderBy()

default constructor

OrderBy(String, OrderBy+Direction)

init an order by clause

Properties

Dir

direction to order by

Field

field to order by

Applies to