[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.Suffix / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String Suffix{ get => IP.GetPV<String>(DimCustomerP.Suffix); set => IP.SetPV(DimCustomerP.Suffix, value); } public AddSuffix(String suffix) => IP.AddPV(DimCustomerP.Suffix, suffix); public String? GetSuffix() => TryGetSuffix(out var retval) ? retval : null; public String GetSuffix(String defaultValue) => TryGetSuffix(out var retval) ? retval : defaultValue; public bool TryGetSuffix(out String suffix) => IP.TryGetPV(DimCustomerP.Suffix, out suffix); | 
| Cardinality | HistoryOnly | 
| EnumMember | Suffix | 
| EnumType | DimCustomerP | 
| IsObligatory | -False- | 
| Type | -String- | 
6 items
Generated 2025-10-31 07:27:15.140 UTC