[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimPromotionP.SpanishType / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String SpanishType{ get => IP.GetPV<String>(DimPromotionP.SpanishType); set => IP.SetPV(DimPromotionP.SpanishType, value); } public AddSpanishType(String spanishType) => IP.AddPV(DimPromotionP.SpanishType, spanishType); public String? GetSpanishType() => TryGetSpanishType(out var retval) ? retval : null; public String GetSpanishType(String defaultValue) => TryGetSpanishType(out var retval) ? retval : defaultValue; public bool TryGetSpanishType(out String spanishType) => IP.TryGetPV(DimPromotionP.SpanishType, out spanishType); |
| Cardinality | HistoryOnly |
| Description | Called 'SpanishPromotionType' in original sample database |
| EnumMember | SpanishType |
| EnumType | DimPromotionP |
| IsObligatory | -False- |
| Type | -String- |
7 items
Generated 2025-11-05 07:55:20.994 UTC