Gets or sets a value indicating whether changes to the rows of this table are allowed.

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

Syntax

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

Remarks

The default value for this property is False.

See Also