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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ResultTypes As IType()
C#
public IType[] ResultTypes { get; }
Visual C++
public:
property array<IType^>^ ResultTypes {
	array<IType^>^ get ();
}
JavaScript
function get_resultTypes();

See Also