[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.FrenchEducation / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| 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); |
| Cardinality | HistoryOnly |
| EnumMember | FrenchEducation |
| EnumType | DimCustomerP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-10-29 12:39:33.974 UTC