[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimGeographyP.EnglishCountryName / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
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);


CardinalityHistoryOnly
DescriptionCalled 'EnglishCountryRegionName' in original sample database
EnumMemberEnglishCountryName
EnumTypeDimGeographyP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2025-07-09 04:40:00.313 UTC