Gets a boolean indicating if the mapped class has a Property for the id.

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

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property HasIdentifierProperty As Boolean
C#
public override bool HasIdentifierProperty { get; }
Visual C++
public:
virtual property bool HasIdentifierProperty {
	bool get () override;
}
JavaScript
function get_hasIdentifierProperty();

Field Value

trueTruetruetrue (True in Visual Basic) if there is a Property for the id.

See Also