RecordSet Column ReadOnly Property NReco.Data Class Library Documentation
Gets or sets a value that indicates whether the column allows for changes when committed to data source.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public bool ReadOnly { get; set; }

Property Value

Type: Boolean
See Also