[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimGeographyP.SpanishCountryName / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String SpanishCountryName{ get => IP.GetPV<String>(DimGeographyP.SpanishCountryName); set => IP.SetPV(DimGeographyP.SpanishCountryName, value); } public AddSpanishCountryName(String spanishCountryName) => IP.AddPV(DimGeographyP.SpanishCountryName, spanishCountryName); public String? GetSpanishCountryName() => TryGetSpanishCountryName(out var retval) ? retval : null; public String GetSpanishCountryName(String defaultValue) => TryGetSpanishCountryName(out var retval) ? retval : defaultValue; public bool TryGetSpanishCountryName(out String spanishCountryName) => IP.TryGetPV(DimGeographyP.SpanishCountryName, out spanishCountryName); |
| Cardinality | HistoryOnly |
| Description | Called 'SpanishCountryRegionName' in original sample database |
| EnumMember | SpanishCountryName |
| EnumType | DimGeographyP |
| IsObligatory | -False- |
| Type | -String- |
7 items
Generated 2025-10-29 11:38:58.540 UTC