[Missing <summary> documentation for "P:NHibernate.Mapping.DependantValue.IsNullable"]

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

Syntax

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

Implements

IValue..::..IsNullable

See Also