[Missing <summary> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2.JoinQueryOver``1(System.Linq.Expressions.Expression{System.Func{`1,``0}},System.Linq.Expressions.Expression{System.Func{``0}},NHibernate.Criterion.ICriterion)"]

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

Syntax

C#
public QueryOver<TRoot, U> JoinQueryOver<U>(
	Expression<Func<TSubType, U>> path,
	Expression<Func<U>> alias,
	ICriterion withClause
)
Visual Basic
Public Function JoinQueryOver(Of U) ( _
	path As Expression(Of Func(Of TSubType, U)), _
	alias As Expression(Of Func(Of U)), _
	withClause As ICriterion _
) As QueryOver(Of TRoot, U)
Visual C++
public:
generic<typename U>
QueryOver<TRoot, U>^ JoinQueryOver(
	Expression<Func<TSubType, U>^>^ path, 
	Expression<Func<U>^>^ alias, 
	ICriterion^ withClause
)

Parameters

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

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

alias
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'U>)>)>>)>)>

[Missing <param name="alias"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2.JoinQueryOver``1(System.Linq.Expressions.Expression{System.Func{`1,``0}},System.Linq.Expressions.Expression{System.Func{``0}},NHibernate.Criterion.ICriterion)"]

withClause
Type: NHibernate.Criterion..::..ICriterion

[Missing <param name="withClause"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2.JoinQueryOver``1(System.Linq.Expressions.Expression{System.Func{`1,``0}},System.Linq.Expressions.Expression{System.Func{``0}},NHibernate.Criterion.ICriterion)"]

Type Parameters

U

[Missing <typeparam name="U"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2.JoinQueryOver``1(System.Linq.Expressions.Expression{System.Func{`1,``0}},System.Linq.Expressions.Expression{System.Func{``0}},NHibernate.Criterion.ICriterion)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2.JoinQueryOver``1(System.Linq.Expressions.Expression{System.Func{`1,``0}},System.Linq.Expressions.Expression{System.Func{``0}},NHibernate.Criterion.ICriterion)"]

See Also