Enum SqlColumnComputationStorage
Represents the type of computed SQL column's storage.
public enum SqlColumnComputationStorage : byte
Fields
Stored = 1
Specifies that computed values are stored in the database and updated on every relevant change.
Virtual = 0
Specifies that computed values are calculated every time they are read from the database.