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

Syntax

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

Implements

ICollectionPersister..::.IdentifierType

See Also