[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.Phone / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String Phone{ get => IP.GetPV<String>(DimCustomerP.Phone); set => IP.SetPV(DimCustomerP.Phone, value); } public AddPhone(String phone) => IP.AddPV(DimCustomerP.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(DimCustomerP.Phone, out phone); | 
| Cardinality | HistoryOnly | 
| EnumMember | Phone | 
| EnumType | DimCustomerP | 
| IsObligatory | -False- | 
| Type | -String- | 
6 items
Generated 2025-10-31 10:03:18.920 UTC