[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimAccountP.ParentDimAccountId / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String ParentDimAccountId{ get => IP.GetPV<String>(DimAccountP.ParentDimAccountId); set => IP.SetPV(DimAccountP.ParentDimAccountId, value); } public AddParentDimAccountId(String parentDimAccountId) => IP.AddPV(DimAccountP.ParentDimAccountId, parentDimAccountId); public String? GetParentDimAccountId() => TryGetParentDimAccountId(out var retval) ? retval : null; public String GetParentDimAccountId(String defaultValue) => TryGetParentDimAccountId(out var retval) ? retval : defaultValue; public bool TryGetParentDimAccountId(out String parentDimAccountId) => IP.TryGetPV(DimAccountP.ParentDimAccountId, out parentDimAccountId); | 
| Cardinality | HistoryOnly | 
| Description | Called 'ParentAccountKey' in original sample database | 
| EnumMember | ParentDimAccountId | 
| EnumType | DimAccountP | 
| IsObligatory | -False- | 
| Type | -String- | 
7 items
Generated 2025-10-31 08:11:10.092 UTC