readOnly property
bool
get
readOnly
Whether this adapter exposes a non-committable data source.
Datasets derive their dataset-level read-only state from this capability.
Writable adapters should return false; query/view adapters and other
sources that cannot apply changes should return true.
Implementation
bool get readOnly;