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

PKTypeAttribute

PKTypeAttribute

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


CardinalityHistoryOnly
DescriptionCalled 'FrenchPromotionType' in original sample database
EnumMemberFrenchType
EnumTypeDimPromotionP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2024-06-01 22:21:54.807 UTC