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

Syntax

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

Implements

ICollectionPersister..::.CollectionType

See Also