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