Namespace:
NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll)
ICollectionPersister..::.KeyType
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property KeyType As IType |
C# |
---|
public IType KeyType { get; } |
Visual C++ |
---|
public: virtual property IType^ KeyType { IType^ get () sealed; } |
JavaScript |
---|
function get_keyType(); |
Implements
ICollectionMetadata..::.KeyTypeICollectionPersister..::.KeyType