Gets the effective value of the ReadOnly property at run time.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public virtual bool EffectiveReadOnly { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property EffectiveReadOnly As Boolean
	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