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