ComponentOne DataObjects for .NET
EffectiveReadOnlyUnlessNew Property (Field)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Field Class : EffectiveReadOnlyUnlessNew Property
Gets the effective value of the ReadOnlyUnlessNew property at run time.
Syntax
'Declaration
 
Public Overridable ReadOnly Property EffectiveReadOnlyUnlessNew As System.Boolean
public virtual System.bool EffectiveReadOnlyUnlessNew {get;}
Remarks
Although a field's ReadOnlyUnlessNew property may be False, it will behave as if it is True if the field is based on another field and that field's ReadOnlyUnlessNew is set to False. The EffectiveReadOnly property allows you to get this effective value.

A table view field is based on a table field if the table view field's TableField property is not empty.

A composite table field is based on a table field if the composite table field's CompositeTableField.TableViewField property is not empty and TableViewField.TableField is not empty.

See Also

Reference

Field Class
Field Members
Table Fields