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

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<IEnumerable<U>>> path
)
Visual Basic
Public Function JoinQueryOver(Of U) ( _
	path As Expression(Of Func(Of IEnumerable(Of U))) _
) As QueryOver(Of TRoot, U)
Visual C++
public:
generic<typename U>
QueryOver<TRoot, U>^ JoinQueryOver(
	Expression<Func<IEnumerable<U>^>^>^ path
)

Parameters

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

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

Type Parameters

U

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

Return Value

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

See Also