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

PKTypeAttribute

PKTypeAttribute

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


CardinalityHistoryOnly
DescriptionCalled 'SpanishCountryRegionName' in original sample database
EnumMemberSpanishCountryName
EnumTypeDimGeographyP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2024-06-01 21:26:49.446 UTC