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

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

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

Remarks

The default value for this property is True.

See Also