ComponentOne DataObjects for .NET
ReadOnly Property (C1DataView)

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : ReadOnly Property
Gets or sets a value indicating whether changes to the rows of this data view are allowed.
Syntax
'Declaration
 
Public Property ReadOnly As System.Boolean
public System.bool ReadOnly {get; set;}
Remarks
If the C1.Data.SchemaObjects.Table or C1.Data.SchemaObjects.TableView on which the data view is based has C1.Data.SchemaObjects.BaseTable.ReadOnly = False, changing rows is not allowed regardless of the value of data view's ReadOnly property.
See Also

Reference

C1DataView Class
C1DataView Members