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

Parameters

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

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

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

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

See Also