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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property IdentifierType As IType
C#
public virtual IType IdentifierType { get; }
Visual C++
public:
virtual property IType^ IdentifierType {
	IType^ get ();
}
JavaScript
function get_identifierType();

Implements

IClassMetadata..::.IdentifierType
IEntityPersister..::.IdentifierType

See Also