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