Class OrderBy
- Namespace
- Dynamicweb.Content.Items.Queries
- Assembly
- Dynamicweb.dll
Represents an object that specifies how query results must be ordered.
- Inheritance
-
Order
By
- Inherited Members
Constructors
OrderBy()
Initializes a new instance of an object.
OrderBy(string)
Initializes a new instance of an object.
Parameters
field
stringThe name of the field to order resuts by.
OrderBy(string, OrderByDirection)
Initializes a new instance of an object.
Parameters
field
stringThe name of the field to order resuts by.
direction
OrderByDirection The direction of order.
Properties
Direction
Gets or sets the direction of order.
Property Value
Field
Gets or sets the name of the field.