[Missing <summary> documentation for "M:NHibernate.Criterion.QueryOver`2.ThenBy(System.Linq.Expressions.Expression{System.Func{`1,System.Object}})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public QueryOverOrderBuilder<TRoot, TSubType> ThenBy( Expression<Func<TSubType, Object>> path ) |
| Visual Basic |
|---|
Public Function ThenBy ( _ path As Expression(Of Func(Of TSubType, Object)) _ ) As QueryOverOrderBuilder(Of TRoot, TSubType) |
| Visual C++ |
|---|
public: QueryOverOrderBuilder<TRoot, TSubType>^ ThenBy( Expression<Func<TSubType, Object^>^>^ path ) |
Parameters
- path
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TSubType, Object>)>)>>)>)>
[Missing <param name="path"/> documentation for "M:NHibernate.Criterion.QueryOver`2.ThenBy(System.Linq.Expressions.Expression{System.Func{`1,System.Object}})"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.QueryOver`2.ThenBy(System.Linq.Expressions.Expression{System.Func{`1,System.Object}})"]