[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactSurveyResponseP.EnglishProductCategoryName / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String EnglishProductCategoryName{
get => IP.GetPV<String>(FactSurveyResponseP.EnglishProductCategoryName);
set => IP.SetPV(FactSurveyResponseP.EnglishProductCategoryName, value);
}
public AddEnglishProductCategoryName(String englishProductCategoryName) => IP.AddPV(FactSurveyResponseP.EnglishProductCategoryName, englishProductCategoryName);
public String? GetEnglishProductCategoryName() => TryGetEnglishProductCategoryName(out var retval) ? retval : null;
public String GetEnglishProductCategoryName(String defaultValue) => TryGetEnglishProductCategoryName(out var retval) ? retval : defaultValue;
public bool TryGetEnglishProductCategoryName(out String englishProductCategoryName) => IP.TryGetPV(FactSurveyResponseP.EnglishProductCategoryName, out englishProductCategoryName);


CardinalityHistoryOnly
EnumMemberEnglishProductCategoryName
EnumTypeFactSurveyResponseP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-01 20:49:17.010 UTC