DBTableFieldIsTemporalPeriodStart Property |
Flag which signals if this field is used for temporal period starts. 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 IsTemporalPeriodStart { get; set; }
Public Property IsTemporalPeriodStart As Boolean
Get
Set
Property Value
Type:
BooleanSee Also