GeneratedAlwaysType Enum

Definition

Types of temporal auto-generated columns

public enum GeneratedAlwaysType
type GeneratedAlwaysType = 
Public Enum GeneratedAlwaysType
Inheritance
GeneratedAlwaysType

Fields

AsRowEnd 2

Column value is GENERATED ALWAYS AS ROW END

AsRowStart 1

Column value is GENERATED ALWAYS AS ROW START

None 0

Column value is not auto-generated (non-temporal columns)

Applies to