ComponentOne DataObjects for .NET
DataSourceReadOnly Property (DbTableField)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > DbTableField Class : DataSourceReadOnly Property
Gets or sets the value indicating whether the field value in the database can be changed.
Syntax
'Declaration
 
Public Property DataSourceReadOnly As System.Boolean
public System.bool DataSourceReadOnly {get; set;}
Remarks
If this property is set to True, the field value will not be set in the database update operation (as with UpdateSet = Never) and it cannot be modified unless it is done in a newly added row, before the AfterEndAddNew event (as with ReadOnlyUnlessNew = True).
See Also

Reference

DbTableField Class
DbTableField Members
Table Fields