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