Test the field to see if it allows null value.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool AllowNullValue { get; }
Visual Basic
ReadOnly Property AllowNullValue As Boolean
	Get
Visual C++
property bool AllowNullValue {
	bool get ();
}

Field Value

Boolean true if null is allowed

See Also