Click or drag to resize
ISortExpression Methods

The ISortExpression type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the passed in sort clause to the list.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodInsert
Inserts the passed in sort clause at the index provided.
Public methodReadXml
Deserializes the object data on the xml reader into this instance
Public methodRemove
Removes the given sort clause from the list.
Public methodToQueryText
Retrieves a ready to use text representation for the sort clauses contained in this expression.
Public methodToQueryText(Boolean)
Retrieves a ready to use text representation for the sort clauses contained in this expression.
Public methodWriteXml
Serializes the object as xml to the writer specified.
Top
Extension Methods
  NameDescription
Public Extension MethodIsEmpty
Determines whether the specified sortexpression is empty. A null passed in is also considered empty.
(Defined by ORMClassExtensions.)
Top
See Also