Does the class have a property holding the identifier value?

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property HasIdentifierProperty As Boolean
C#
bool HasIdentifierProperty { get; }
Visual C++
property bool HasIdentifierProperty {
	bool get ();
}
JavaScript
function get_hasIdentifierProperty();

See Also