Is the collection an array?

Namespace: NHibernate.Metadata
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsArray { get; }
Visual Basic
ReadOnly Property IsArray As Boolean
	Get
Visual C++
property bool IsArray {
	bool get ();
}

See Also