[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimGeographyP.EnglishCountryName / Attribute / PKTypeAttribute
PKTypeAttribute
Key | Value |
---|---|
BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String EnglishCountryName{ get => IP.GetPV<String>(DimGeographyP.EnglishCountryName); set => IP.SetPV(DimGeographyP.EnglishCountryName, value); } public AddEnglishCountryName(String englishCountryName) => IP.AddPV(DimGeographyP.EnglishCountryName, englishCountryName); public String? GetEnglishCountryName() => TryGetEnglishCountryName(out var retval) ? retval : null; public String GetEnglishCountryName(String defaultValue) => TryGetEnglishCountryName(out var retval) ? retval : defaultValue; public bool TryGetEnglishCountryName(out String englishCountryName) => IP.TryGetPV(DimGeographyP.EnglishCountryName, out englishCountryName); |
Cardinality | HistoryOnly |
Description | Called 'EnglishCountryRegionName' in original sample database |
EnumMember | EnglishCountryName |
EnumType | DimGeographyP |
IsObligatory | -False- |
Type | -String- |
7 items
Generated 2025-07-09 04:40:00.313 UTC