[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactResellerSaleP.DimPromotionId / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String DimPromotionId{ get => IP.GetPV<String>(FactResellerSaleP.DimPromotionId); set => IP.SetPV(FactResellerSaleP.DimPromotionId, value); } public AddDimPromotionId(String dimPromotionId) => IP.AddPV(FactResellerSaleP.DimPromotionId, dimPromotionId); public String? GetDimPromotionId() => TryGetDimPromotionId(out var retval) ? retval : null; public String GetDimPromotionId(String defaultValue) => TryGetDimPromotionId(out var retval) ? retval : defaultValue; public bool TryGetDimPromotionId(out String dimPromotionId) => IP.TryGetPV(FactResellerSaleP.DimPromotionId, out dimPromotionId); |
| Cardinality | HistoryOnly |
| Description | Called 'PromotionKey' in original sample database. Note: All instances of 'DimPromotionId = 1' (No discount) has been filtered out at import |
| EnumMember | DimPromotionId |
| EnumType | FactResellerSaleP |
| IsObligatory | -False- |
| Type | -String- |
7 items
Generated 2025-10-29 09:19:15.862 UTC