The SortExpression type exposes the following members.

Constructors

  Name Description
Public method SortExpression()()()()
Initializes a new instance of the SortExpression class.
Public method SortExpression(String, SortDirectionEnum)
Initializes a new instance of the SortExpression class, specifying the sort expression and direction.

Methods

  Name Description
Public method AssignFrom
Copies Expression and Direction properties from another SortExpression object. (Note that the Owner()()()() property is not copied.)

Properties

  Name Description
Public property Direction
Gets or sets the sort direction.
Public property Expression
Gets the Expression object defining the expression.
Public property ExpressionText
Gets or sets the text of the sorting expression (Expression).

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ICloneable..::..Clone

See Also