[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimEmployeeP.SickLeaveHours / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String SickLeaveHours{ get => IP.GetPV<String>(DimEmployeeP.SickLeaveHours); set => IP.SetPV(DimEmployeeP.SickLeaveHours, value); } public AddSickLeaveHours(String sickLeaveHours) => IP.AddPV(DimEmployeeP.SickLeaveHours, sickLeaveHours); public String? GetSickLeaveHours() => TryGetSickLeaveHours(out var retval) ? retval : null; public String GetSickLeaveHours(String defaultValue) => TryGetSickLeaveHours(out var retval) ? retval : defaultValue; public bool TryGetSickLeaveHours(out String sickLeaveHours) => IP.TryGetPV(DimEmployeeP.SickLeaveHours, out sickLeaveHours); |
| Cardinality | HistoryOnly |
| EnumMember | SickLeaveHours |
| EnumType | DimEmployeeP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-10-30 12:37:26.438 UTC