[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimEmployeeP.Phone / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String Phone{ get => IP.GetPV<String>(DimEmployeeP.Phone); set => IP.SetPV(DimEmployeeP.Phone, value); } public AddPhone(String phone) => IP.AddPV(DimEmployeeP.Phone, phone); public String? GetPhone() => TryGetPhone(out var retval) ? retval : null; public String GetPhone(String defaultValue) => TryGetPhone(out var retval) ? retval : defaultValue; public bool TryGetPhone(out String phone) => IP.TryGetPV(DimEmployeeP.Phone, out phone); | 
| Cardinality | HistoryOnly | 
| EnumMember | Phone | 
| EnumType | DimEmployeeP | 
| IsObligatory | -False- | 
| Type | -String- | 
6 items
Generated 2025-10-31 10:03:22.016 UTC