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

Syntax

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

See Also