ComponentOne DataObjects for .NET
EffectiveReadOnly Property (BaseTable)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > BaseTable Class : EffectiveReadOnly Property
Gets the effective value of the ReadOnly property at run time.
Syntax
'Declaration
 
Public Overridable ReadOnly Property EffectiveReadOnly As System.Boolean
public virtual System.bool EffectiveReadOnly {get;}
Remarks
Although a table view's ReadOnly property may be False, it will behave as if it is True if it is based on a table with ReadOnly = True.
See Also

Reference

BaseTable Class
BaseTable Members