Namespace:  NHibernate.Tuple
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PropertyNullability As Boolean()
C#
public bool[] PropertyNullability { get; }
Visual C++
public:
property array<bool>^ PropertyNullability {
	array<bool>^ get ();
}
JavaScript
function get_propertyNullability();

See Also