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