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

PKTypeAttribute

PKTypeAttribute

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


CardinalityHistoryOnly
EnumMemberFrenchOccupation
EnumTypeDimCustomerP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-01 21:29:45.967 UTC