[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimPromotionP.SpanishType / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String SpanishType{
get => IP.GetPV<String>(DimPromotionP.SpanishType);
set => IP.SetPV(DimPromotionP.SpanishType, value);
}
public AddSpanishType(String spanishType) => IP.AddPV(DimPromotionP.SpanishType, spanishType);
public String? GetSpanishType() => TryGetSpanishType(out var retval) ? retval : null;
public String GetSpanishType(String defaultValue) => TryGetSpanishType(out var retval) ? retval : defaultValue;
public bool TryGetSpanishType(out String spanishType) => IP.TryGetPV(DimPromotionP.SpanishType, out spanishType);


CardinalityHistoryOnly
DescriptionCalled 'SpanishPromotionType' in original sample database
EnumMemberSpanishType
EnumTypeDimPromotionP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2024-06-01 21:12:20.766 UTC