[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimEmployeeP.StartDate / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| 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); |
| Cardinality | HistoryOnly |
| EnumMember | StartDate |
| EnumType | DimEmployeeP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-10-27 03:21:50.499 UTC