[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.FrenchEducation / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String FrenchEducation{
get => IP.GetPV<String>(DimCustomerP.FrenchEducation);
set => IP.SetPV(DimCustomerP.FrenchEducation, value);
}
public AddFrenchEducation(String frenchEducation) => IP.AddPV(DimCustomerP.FrenchEducation, frenchEducation);
public String? GetFrenchEducation() => TryGetFrenchEducation(out var retval) ? retval : null;
public String GetFrenchEducation(String defaultValue) => TryGetFrenchEducation(out var retval) ? retval : defaultValue;
public bool TryGetFrenchEducation(out String frenchEducation) => IP.TryGetPV(DimCustomerP.FrenchEducation, out frenchEducation);


CardinalityHistoryOnly
EnumMemberFrenchEducation
EnumTypeDimCustomerP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-01 20:52:06.156 UTC