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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HasProjection As Boolean
C#
public bool HasProjection { get; }
Visual C++
public:
property bool HasProjection {
	bool get ();
}
JavaScript
function get_hasProjection();

See Also