[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimAccountP.AlternateKey / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String AlternateKey{ get => IP.GetPV<String>(DimAccountP.AlternateKey); set => IP.SetPV(DimAccountP.AlternateKey, value); } public AddAlternateKey(String alternateKey) => IP.AddPV(DimAccountP.AlternateKey, alternateKey); public String? GetAlternateKey() => TryGetAlternateKey(out var retval) ? retval : null; public String GetAlternateKey(String defaultValue) => TryGetAlternateKey(out var retval) ? retval : defaultValue; public bool TryGetAlternateKey(out String alternateKey) => IP.TryGetPV(DimAccountP.AlternateKey, out alternateKey); |
| Cardinality | HistoryOnly |
| Description | Called 'AccountCodeAlternateKey' in original sample database |
| EnumMember | AlternateKey |
| EnumType | DimAccountP |
| IsObligatory | -False- |
| Type | -String- |
7 items
Generated 2025-11-05 22:03:20.039 UTC