ComponentOne DataObjects for .NET
ReadOnly Property (Field)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Field Class : ReadOnly Property
Gets or sets a value indicating whether modifications to field values are allowed.
Syntax
'Declaration
 
Public Overridable Property ReadOnly As System.Boolean
public virtual System.bool ReadOnly {get; set;}
Remarks
If this property is set to True, modifying this field's values is not allowed.

The effective value of this property at run time (see EffectiveReadOnly) for fields based on other fields (composite table fields, table view fields) is True if the base field's property value is True, even though the property value itself is independent of the base field's property value.

See Also

Reference

Field Class
Field Members
Table Fields
EffectiveReadOnly Property