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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsArray As Boolean
C#
public bool IsArray { get; }
Visual C++
public:
virtual property bool IsArray {
	bool get () sealed;
}
JavaScript
function get_isArray();

Implements

ICollectionMetadata..::.IsArray
ICollectionPersister..::.IsArray

See Also