TableAttribute Immutable FieldNFX Class Library

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

Indicates whether the data represented by the decorated instance can only be created (and possibly deleted) but can not change(no update). This attribute allows some backends to perform some optimizations (such as better failover data handling and caching) as any version of the data that could be found is valid and the latest

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

public readonly bool Immutable

Field Value

Type: OnlineBoolean
See Also