[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / DimProductP / Weight / __TOCDet / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String Weight{ get => IP.GetPV<String>(DimProductP.Weight); set => IP.SetPV(DimProductP.Weight, value); } public AddWeight(String weight) => IP.AddPV(DimProductP.Weight, weight); public String? GetWeight() => TryGetWeight(out var retval) ? retval : null; public String GetWeight(String defaultValue) => TryGetWeight(out var retval) ? retval : defaultValue; public bool TryGetWeight(out String weight) => IP.TryGetPV(DimProductP.Weight, out weight); |
| Cardinality | HistoryOnly |
| EnumMember | Weight |
| EnumType | DimProductP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-11-04 23:04:25.223 UTC