[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.TotalChildren / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String TotalChildren{ get => IP.GetPV<String>(DimCustomerP.TotalChildren); set => IP.SetPV(DimCustomerP.TotalChildren, value); } public AddTotalChildren(String totalChildren) => IP.AddPV(DimCustomerP.TotalChildren, totalChildren); public String? GetTotalChildren() => TryGetTotalChildren(out var retval) ? retval : null; public String GetTotalChildren(String defaultValue) => TryGetTotalChildren(out var retval) ? retval : defaultValue; public bool TryGetTotalChildren(out String totalChildren) => IP.TryGetPV(DimCustomerP.TotalChildren, out totalChildren); |
| Cardinality | HistoryOnly |
| EnumMember | TotalChildren |
| EnumType | DimCustomerP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-10-30 18:37:39.076 UTC