Optional operation

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

Syntax

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

Field Value

nullability of component properties

See Also