ComponentOne DataObjects for .NET
EffectiveAllowDelete Property (BaseTable)

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

Reference

BaseTable Class
BaseTable Members