[Missing <summary> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2.JoinQueryOver``1(System.Linq.Expressions.Expression{System.Func{`1,System.Collections.Generic.IEnumerable{``0}}})"]
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, IEnumerable<U>>> path ) |
Visual Basic |
---|
Public Function JoinQueryOver(Of U) ( _ path As Expression(Of Func(Of TSubType, IEnumerable(Of U))) _ ) As QueryOver(Of TRoot, U) |
Visual C++ |
---|
public: generic<typename U> QueryOver<TRoot, U>^ JoinQueryOver( Expression<Func<TSubType, IEnumerable<U>^>^>^ path ) |
Parameters
- path
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TSubType, IEnumerable<(Of <(<'U>)>)>>)>)>>)>)>
[Missing <param name="path"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverJoinBuilder`2.JoinQueryOver``1(System.Linq.Expressions.Expression{System.Func{`1,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{`1,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{`1,System.Collections.Generic.IEnumerable{``0}}})"]