Get the nullability of the properties of this class

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool[] PropertyNullability { get; }
Visual Basic
ReadOnly Property PropertyNullability As Boolean()
	Get
Visual C++
property array<bool>^ PropertyNullability {
	array<bool>^ get ();
}

See Also