Gets a Boolean indicating if this Value can have null values.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsNullable As Boolean
C#
bool IsNullable { get; }
Visual C++
property bool IsNullable {
	bool get ();
}
JavaScript
function get_isNullable();

See Also