ORM Sample Class Library

SortDirection Enumeration

Use to specify the sort direction.

[Visual Basic]
Public Enum SortDirection
[C#]
public enum SortDirection

Members

Member NameDescription
Ascending Ascending
Descending Descending

Requirements

Namespace: OrmLib

Assembly: OrmLib (in OrmLib.dll)

See Also

OrmLib Namespace


tType (inherited from Object)Gets the Type of the current instance.