Click or drag to resize
OrderExpression Class
Sets the order in which the entity instances are returned from the query. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  CorrigoServiceOrderExpression

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class OrderExpression

The OrderExpression type exposes the following members.

Properties
  NameDescription
Public propertyOrderType
Gets or sets the ascending or descending order.
Public propertyPropertyName
Gets or sets the property name used in order expression.
Top
See Also