[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.FrenchOccupation / Attribute / PKTypeAttribute
PKTypeAttribute
Key | Value |
---|---|
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); |
Cardinality | HistoryOnly |
EnumMember | FrenchOccupation |
EnumType | DimCustomerP |
IsObligatory | -False- |
Type | -String- |
6 items
Generated 2024-11-14 04:30:46.949 UTC