Creates a new NHibernate.IQueryOver<TRoot, U>, "rooted" at the associated entity
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IQueryOver<TRoot, U> JoinQueryOver<U>( Expression<Func<TSubType, U>> path ) |
Visual Basic |
---|
Function JoinQueryOver(Of U) ( _ path As Expression(Of Func(Of TSubType, U)) _ ) As IQueryOver(Of TRoot, U) |
Visual C++ |
---|
generic<typename U> IQueryOver<TRoot, U>^ JoinQueryOver( Expression<Func<TSubType, U>^>^ path ) |
Parameters
- path
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TSubType, U>)>)>>)>)>
Lambda expression returning association path
Type Parameters
- U
- Type of sub-criteria