[Missing <summary> documentation for "P:NHibernate.Criterion.QueryOver`2.Right"]

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public QueryOverJoinBuilder<TRoot, TSubType> Right { get; }
Visual Basic
Public ReadOnly Property Right As QueryOverJoinBuilder(Of TRoot, TSubType)
	Get
Visual C++
public:
property QueryOverJoinBuilder<TRoot, TSubType>^ Right {
	QueryOverJoinBuilder<TRoot, TSubType>^ get ();
}

See Also