[Missing <summary> documentation for "P:NHibernate.Type.ComponentType.PropertyNullability"]

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

Syntax

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

Implements

IAbstractComponentType..::..PropertyNullability

See Also