[Missing <summary> documentation for "M:NHibernate.Criterion.QueryOver`2.ThenByAlias(System.Linq.Expressions.Expression{System.Func{System.Object}})"]

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public QueryOverOrderBuilder<TRoot, TSubType> ThenByAlias(
	Expression<Func<Object>> path
)
Visual Basic
Public Function ThenByAlias ( _
	path As Expression(Of Func(Of Object)) _
) As QueryOverOrderBuilder(Of TRoot, TSubType)
Visual C++
public:
QueryOverOrderBuilder<TRoot, TSubType>^ ThenByAlias(
	Expression<Func<Object^>^>^ path
)

Parameters

path
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'Object>)>)>>)>)>

[Missing <param name="path"/> documentation for "M:NHibernate.Criterion.QueryOver`2.ThenByAlias(System.Linq.Expressions.Expression{System.Func{System.Object}})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.QueryOver`2.ThenByAlias(System.Linq.Expressions.Expression{System.Func{System.Object}})"]

See Also