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.
| C# | |
|---|---|
public bool AllowSave {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0