[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimGeographyP.CountryCode / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String CountryCode{ get => IP.GetPV<String>(DimGeographyP.CountryCode); set => IP.SetPV(DimGeographyP.CountryCode, value); } public AddCountryCode(String countryCode) => IP.AddPV(DimGeographyP.CountryCode, countryCode); public String? GetCountryCode() => TryGetCountryCode(out var retval) ? retval : null; public String GetCountryCode(String defaultValue) => TryGetCountryCode(out var retval) ? retval : defaultValue; public bool TryGetCountryCode(out String countryCode) => IP.TryGetPV(DimGeographyP.CountryCode, out countryCode); | 
| Cardinality | HistoryOnly | 
| Description | Called 'CountryRegionCode' in original sample database | 
| EnumMember | CountryCode | 
| EnumType | DimGeographyP | 
| IsObligatory | -False- | 
| Type | -String- | 
7 items
Generated 2025-10-31 10:03:07.822 UTC