ComponentOne DataObjects for .NET
EffectiveAllowAddNew Property (BaseTable)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > BaseTable Class : EffectiveAllowAddNew Property
Gets the effective value of the AllowAddNew property at run time.
Syntax
'Declaration
 
Public Overridable ReadOnly Property EffectiveAllowAddNew As System.Boolean
public virtual System.bool EffectiveAllowAddNew {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.
See Also

Reference

BaseTable Class
BaseTable Members