[Missing <summary> documentation for "P:NHibernate.Impl.AbstractQueryImpl.Types"]

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

Syntax

C#
protected IList<IType> Types { get; }
Visual Basic
Protected ReadOnly Property Types As IList(Of IType)
	Get
Visual C++
protected:
property IList<IType^>^ Types {
	IList<IType^>^ get ();
}

See Also