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

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

Syntax

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

See Also