Gets the effective value of the AllowDelete property at run time.
Namespace:
C1.Data.SchemaObjectsAssembly: C1.Data.2 (in C1.Data.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public virtual bool EffectiveAllowDelete { get; } |
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ Public Overridable ReadOnly Property EffectiveAllowDelete As Boolean Get |
Remarks
Although a table view's AllowDelete property may be True,
it will behave as if it is False if it is based on a table with AllowDelete = False.