The Hibernate types of the query result set.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property ReturnTypes As IType()
C#
IType[] ReturnTypes { get; }
Visual C++
property array<IType^>^ ReturnTypes {
	array<IType^>^ get ();
}
JavaScript
function get_returnTypes();

See Also