Click or drag to resize

OrderByExpression Properties

The OrderByExpression type exposes the following members.

Properties
  NameDescription
Public propertyChild
Gets/Sets the Child Order By.
(Inherited from BaseOrderBy.)
Public propertyContext
Sets the Evaluation Context for the Ordering.
(Inherited from BaseOrderBy.)
Public propertyDescending
Sets the Ordering to Descending.
(Inherited from BaseOrderBy.)
Public propertyExpression
Gets the Expression used for Ordering.
(Overrides BaseOrderByExpression.)
Public propertyIsSimple
Gets whether the Ordering is Simple.
(Overrides BaseOrderByIsSimple.)
Public propertyVariables
Gets all the Variables used in the Ordering.
(Overrides BaseOrderByVariables.)
Top
See Also