Initializes a new instance of the QueryOverFetchBuilder<(Of <(<'TRoot, TSubType>)>)> class

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

Syntax

C#
public QueryOverFetchBuilder(
	QueryOver<TRoot, TSubType> root,
	Expression<Func<TRoot, Object>> path
)
Visual Basic
Public Sub New ( _
	root As QueryOver(Of TRoot, TSubType), _
	path As Expression(Of Func(Of TRoot, Object)) _
)
Visual C++
public:
QueryOverFetchBuilder(
	QueryOver<TRoot, TSubType>^ root, 
	Expression<Func<TRoot, Object^>^>^ path
)

Parameters

root
Type: NHibernate.Criterion..::..QueryOver<(Of <(<'TRoot, TSubType>)>)>

[Missing <param name="root"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverFetchBuilder`2.#ctor(NHibernate.Criterion.QueryOver{`0,`1},System.Linq.Expressions.Expression{System.Func{`0,System.Object}})"]

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

[Missing <param name="path"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverFetchBuilder`2.#ctor(NHibernate.Criterion.QueryOver{`0,`1},System.Linq.Expressions.Expression{System.Func{`0,System.Object}})"]

See Also