[Missing <summary> documentation for "P:NHibernate.Persister.Entity.AbstractEntityPersister.IdentifierType"]

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

Syntax

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

Implements

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

See Also