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