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

Syntax

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

Implements

IValue..::.IsNullable

See Also