Is the collection a primitive array?

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

Syntax

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

See Also