Ascending order

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

Syntax

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

Parameters

propertyName
Type: System..::.String

Return Value

See Also