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

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

Syntax

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

See Also