Gets or sets if the column can have null values in it.

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

Syntax

C#
public bool IsNullable { get; set; }
Visual Basic
Public Property IsNullable As Boolean
	Get
	Set
Visual C++
public:
property bool IsNullable {
	bool get ();
	void set (bool value);
}

Field Value

trueTruetruetrue (True in Visual Basic) if the column can have a null value in it.

See Also