Click or drag to resize

DBTableFieldIsTemporalPeriodEnd Property

Flag which signals if this field is used for temporal period ends. If true, the field is computed and readonly as well. A table can have at most 1 field with this flag set

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public bool IsTemporalPeriodEnd { get; set; }

Property Value

Type: Boolean
See Also