[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / DimEmployeeP / StartDate / __TOCDet / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String StartDate{
get => IP.GetPV<String>(DimEmployeeP.StartDate);
set => IP.SetPV(DimEmployeeP.StartDate, value);
}
public AddStartDate(String startDate) => IP.AddPV(DimEmployeeP.StartDate, startDate);
public String? GetStartDate() => TryGetStartDate(out var retval) ? retval : null;
public String GetStartDate(String defaultValue) => TryGetStartDate(out var retval) ? retval : defaultValue;
public bool TryGetStartDate(out String startDate) => IP.TryGetPV(DimEmployeeP.StartDate, out startDate);


CardinalityHistoryOnly
EnumMemberStartDate
EnumTypeDimEmployeeP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-03 00:00:50.607 UTC