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

AllowSave

Holds a Boolean value that can be used for specifying weather this field can be used in updates/inserts or not.

This value doesn't necessarily indicate that the field will be used in the updates/inserts, but if this is true, only then the field's UseInSave property will be used.

This can be useful to the User Interface controls to be able to decide if this field will allow updates or not.

Syntax

C# 
public bool AllowSave {get; set;}

Requirements

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

See Also