[Missing <summary> documentation for "T:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2"]

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

Syntax

C#
public class QueryOverJoinBuilder<TRoot, TSubType> : QueryOverJoinBuilderBase<QueryOver<TRoot, TSubType>, TRoot, TSubType>
Visual Basic
Public Class QueryOverJoinBuilder(Of TRoot, TSubType) _
	Inherits QueryOverJoinBuilderBase(Of QueryOver(Of TRoot, TSubType), TRoot, TSubType)
Visual C++
generic<typename TRoot, typename TSubType>
public ref class QueryOverJoinBuilder : public QueryOverJoinBuilderBase<QueryOver<TRoot, TSubType>^, TRoot, TSubType>

Type Parameters

TRoot

[Missing <typeparam name="TRoot"/> documentation for "T:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2"]

TSubType

[Missing <typeparam name="TSubType"/> documentation for "T:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2"]

Inheritance Hierarchy

System..::..Object
  NHibernate.Criterion.Lambda..::..QueryOverJoinBuilderBase<(Of <(<'QueryOver<(Of <(<'TRoot, TSubType>)>)>, TRoot, TSubType>)>)>
    NHibernate.Criterion.Lambda..::..QueryOverJoinBuilder<(Of <(<'TRoot, TSubType>)>)>

See Also