Represents a defined entity identifier property within the Hibernate
runtime-metamodel.
Namespace: NHibernate.Tuple
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class IdentifierProperty _ Inherits Property |
| C# |
|---|
[SerializableAttribute] public class IdentifierProperty : Property |
| Visual C++ |
|---|
[SerializableAttribute] public ref class IdentifierProperty : public Property |
Remarks
Author: Steve Ebersole