Public Sub New ( _ propertyName As String, _ ascending As Boolean _ )
public Order( string propertyName, bool ascending )
public: Order( String^ propertyName, bool ascending )
NHibernate.Expression.Order = function(propertyName, ascending);