Namespaces

Types

Type ICollectionMetadata

Namespace NHibernate.Metadata

Properties

Public properties

IType ElementType get;

The collection element type
return IType

bool HasIndex get;

Is the collection indexed?
return bool

IType IndexType get;

The collection index type (or null if the collection has no index)
return IType

bool IsArray get;

Is the collection an array?
return bool

bool IsLazy get;

Is the collection lazily initialized?
return bool

bool IsPrimitiveArray get;

Is the collection a primitive array?
return bool

IType KeyType get;

The collection key type
return IType

string Role get;

The name of this collection role
return string