company logo

TRANSIENT option

Keywords:  transient property

The transient option defines a transient property (within a persistent structure). Transient properties are not stored to the database. Setting base structures or members of complex data type to transient implies, that all members of the complex data type are considered as transient.

The keyword can be written in capital or small letters, but not mixed.

Definition: 

_transient := 'transient' | __transient

__transient :: 'TRANSIENT'

Related topics