[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / DimProductCategoryP / FrenchName / __TOCDet / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String FrenchName{
get => IP.GetPV<String>(DimProductCategoryP.FrenchName);
set => IP.SetPV(DimProductCategoryP.FrenchName, value);
}
public AddFrenchName(String frenchName) => IP.AddPV(DimProductCategoryP.FrenchName, frenchName);
public String? GetFrenchName() => TryGetFrenchName(out var retval) ? retval : null;
public String GetFrenchName(String defaultValue) => TryGetFrenchName(out var retval) ? retval : defaultValue;
public bool TryGetFrenchName(out String frenchName) => IP.TryGetPV(DimProductCategoryP.FrenchName, out frenchName);


CardinalityHistoryOnly
DescriptionCalled 'FrenchProductCategoryName' in original sample database
EnumMemberFrenchName
EnumTypeDimProductCategoryP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2024-06-01 18:46:22.783 UTC