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

Syntax

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

See Also