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

AllowNull

Holds a Boolean value that can be used for specifying weather this field can contain Null values.

Syntax

C# 
public bool AllowNull {get; set;}

Requirements

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

See Also