[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimAccountP.Type / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String Type{ get => IP.GetPV<String>(DimAccountP.Type); set => IP.SetPV(DimAccountP.Type, value); } public AddType(String type) => IP.AddPV(DimAccountP.Type, type); public String? GetType() => TryGetType(out var retval) ? retval : null; public String GetType(String defaultValue) => TryGetType(out var retval) ? retval : defaultValue; public bool TryGetType(out String type) => IP.TryGetPV(DimAccountP.Type, out type); |
| Cardinality | HistoryOnly |
| Description | Called 'AccountType' in original sample database |
| EnumMember | Type |
| EnumType | DimAccountP |
| IsObligatory | -False- |
| Type | -String- |
7 items
Generated 2025-11-18 17:41:36.552 UTC