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

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

Syntax

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

See Also