Gets or sets if the column can have null values in it.
Namespace: NHibernate.MappingAssembly: 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); } |