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

Syntax

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

See Also