[Missing <summary> documentation for "P:NHibernate.Persister.Collection.AbstractCollectionPersister.IdentifierType"]

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

Syntax

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

Implements

ICollectionPersister..::..IdentifierType
IPostInsertIdentityPersister..::..IdentifierType

See Also