Schema ReadOnly Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies that target that this schema represents (i.e. db table) is not updatable so DataStore will not be able to save row changes made in ram

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool ReadOnly { get; }

Property Value

Type: OnlineBoolean
See Also