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

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

Syntax

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

See Also