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

Syntax

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

See Also