Gets a boolean indicating if the mapped class has a Property for the id.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public override bool HasIdentifierProperty { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property HasIdentifierProperty As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool HasIdentifierProperty {
bool get () override;
} |
Field Value
trueTruetruetrue (True in Visual Basic) if in the Superclass there is a Property for the
id.
See Also