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