Enum ComputedColumnPersistenceMode
Represents the persistence mode of a computed column.
public enum ComputedColumnPersistenceMode
Fields
Auto = 0Uses the database provider default behavior.
NotPersisted = 2Forces the computed column to stay virtual when supported by the provider.
Persisted = 1Forces the computed column to be stored when supported by the provider.