Gets or sets a value indicating whether EndEdit()()()() must be called automatically for newly added rows once their primary key is defined.

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

Syntax

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

Remarks

The default value for this property is True.

See Also