Initializes a new instance of the QueryOverJoinBuilderBase<(Of <(<'TReturn, TRoot, TSubType>)>)> class
Namespace: NHibernate.Criterion.LambdaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public QueryOverJoinBuilderBase( TReturn root, JoinType joinType ) |
Visual Basic |
---|
Public Sub New ( _ root As TReturn, _ joinType As JoinType _ ) |
Visual C++ |
---|
public: QueryOverJoinBuilderBase( TReturn root, JoinType joinType ) |
Parameters
- root
- Type: TReturn
[Missing <param name="root"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilderBase`3.#ctor(`0,NHibernate.SqlCommand.JoinType)"]
- joinType
- Type: NHibernate.SqlCommand..::..JoinType
[Missing <param name="joinType"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilderBase`3.#ctor(`0,NHibernate.SqlCommand.JoinType)"]