Gets if the Type has a Property for the <id> or uses a <composite-id> to store the id.

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

Syntax

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

Return Value

true if there is a Identifier Property or Composite Identifier.

See Also