Gets or sets a value indicating whether adding new rows to this table is allowed.

Namespace:  C1.Web.Data.Express
Assembly:  C1.Web.Data.Express.2 (in C1.Web.Data.Express.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool AllowAddNew { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property AllowAddNew As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also