[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / DimProductP / Color / __TOCDet / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String Color{ get => IP.GetPV<String>(DimProductP.Color); set => IP.SetPV(DimProductP.Color, value); } public AddColor(String color) => IP.AddPV(DimProductP.Color, color); public String? GetColor() => TryGetColor(out var retval) ? retval : null; public String GetColor(String defaultValue) => TryGetColor(out var retval) ? retval : defaultValue; public bool TryGetColor(out String color) => IP.TryGetPV(DimProductP.Color, out color); |
| Cardinality | HistoryOnly |
| EnumMember | Color |
| EnumType | DimProductP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-12-31 02:53:22.644 UTC