Table of Contents

Enum ComputedColumnPersistenceMode

Namespace
GroupeIsa.Neos.Migration.Schema
Assembly
GroupeIsa.Neos.Migration.Abstractions.dll

Represents the persistence mode of a computed column.

public enum ComputedColumnPersistenceMode

Fields

Auto = 0

Uses the database provider default behavior.

NotPersisted = 2

Forces the computed column to stay virtual when supported by the provider.

Persisted = 1

Forces the computed column to be stored when supported by the provider.