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

Syntax

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

See Also