The types actually being returned from this query at the "object level".

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IType[] QueryReturnTypes { get; }
Visual Basic
Public ReadOnly Property QueryReturnTypes As IType()
	Get
Visual C++
public:
property array<IType^>^ QueryReturnTypes {
	array<IType^>^ get ();
}

See Also