Gets or sets a value indicating whether deleting rows from the table is allowed.
Namespace:
C1.Data.SchemaObjectsAssembly: C1.Data.2 (in C1.Data.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(true)] [XmlAttributeAttribute] public virtual bool AllowDelete { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(True)> _ <XmlAttributeAttribute> _ Public Overridable Property AllowDelete As Boolean Get Set |
Remarks
The default value for this property is True.