QuickObjects.ObjectBase Send comments on this topic.
IsNull Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : IsNull Property

IsNull

Holds a Boolean value that can be used for specifying weather this field's current value is Null or not.

When IsNull is set to True the Value is destroyed.

Syntax

C# 
public bool IsNull {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also