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