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

PKTypeAttribute

PKTypeAttribute

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


CardinalityHistoryOnly
DescriptionCalled 'FrenchPromotionCategory' in original sample database
EnumMemberFrenchCategory
EnumTypeDimPromotionP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2024-06-01 19:16:48.184 UTC