[Missing <summary> documentation for "P:NHibernate.IQueryOver`2.Right"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
IQueryOverJoinBuilder<TRoot, TSubType> Right { get; } |
| Visual Basic |
|---|
ReadOnly Property Right As IQueryOverJoinBuilder(Of TRoot, TSubType) Get |
| Visual C++ |
|---|
property IQueryOverJoinBuilder<TRoot, TSubType>^ Right { IQueryOverJoinBuilder<TRoot, TSubType>^ get (); } |