Initializes a new instance of the IQueryOverOrderBuilder<(Of <(<'TRoot, TSubType>)>)> class
Namespace: NHibernate.Criterion.LambdaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public IQueryOverOrderBuilder( IQueryOver<TRoot, TSubType> root, Expression<Func<Object>> path, bool isAlias ) |
Visual Basic |
---|
Public Sub New ( _ root As IQueryOver(Of TRoot, TSubType), _ path As Expression(Of Func(Of Object)), _ isAlias As Boolean _ ) |
Visual C++ |
---|
public: IQueryOverOrderBuilder( IQueryOver<TRoot, TSubType>^ root, Expression<Func<Object^>^>^ path, bool isAlias ) |
Parameters
- root
- Type: NHibernate..::..IQueryOver<(Of <(<'TRoot, TSubType>)>)>
[Missing <param name="root"/> documentation for "M:NHibernate.Criterion.Lambda.IQueryOverOrderBuilder`2.#ctor(NHibernate.IQueryOver{`0,`1},System.Linq.Expressions.Expression{System.Func{System.Object}},System.Boolean)"]
- path
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'Object>)>)>>)>)>
[Missing <param name="path"/> documentation for "M:NHibernate.Criterion.Lambda.IQueryOverOrderBuilder`2.#ctor(NHibernate.IQueryOver{`0,`1},System.Linq.Expressions.Expression{System.Func{System.Object}},System.Boolean)"]
- isAlias
- Type: System..::..Boolean
[Missing <param name="isAlias"/> documentation for "M:NHibernate.Criterion.Lambda.IQueryOverOrderBuilder`2.#ctor(NHibernate.IQueryOver{`0,`1},System.Linq.Expressions.Expression{System.Func{System.Object}},System.Boolean)"]