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