Initializes a new instance of the QueryOverJoinBuilder<(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 QueryOverJoinBuilder(
	QueryOver<TRoot, TSubType> root,
	JoinType joinType
)
Visual Basic
Public Sub New ( _
	root As QueryOver(Of TRoot, TSubType), _
	joinType As JoinType _
)
Visual C++
public:
QueryOverJoinBuilder(
	QueryOver<TRoot, TSubType>^ root, 
	JoinType joinType
)

Parameters

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

[Missing <param name="root"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2.#ctor(NHibernate.Criterion.QueryOver{`0,`1},NHibernate.SqlCommand.JoinType)"]

joinType
Type: NHibernate.SqlCommand..::..JoinType

[Missing <param name="joinType"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2.#ctor(NHibernate.Criterion.QueryOver{`0,`1},NHibernate.SqlCommand.JoinType)"]

See Also