Descending order

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Desc ( _
	propertyName As String _
) As Order
C#
public static Order Desc(
	string propertyName
)
Visual C++
public:
static Order^ Desc(
	String^ propertyName
)
JavaScript
NHibernate.Expression.Order.desc = function(propertyName);

Parameters

propertyName
Type: System..::.String

Return Value

See Also