[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactResellerSaleP.DimCurrencyId / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String DimCurrencyId{ get => IP.GetPV<String>(FactResellerSaleP.DimCurrencyId); set => IP.SetPV(FactResellerSaleP.DimCurrencyId, value); } public AddDimCurrencyId(String dimCurrencyId) => IP.AddPV(FactResellerSaleP.DimCurrencyId, dimCurrencyId); public String? GetDimCurrencyId() => TryGetDimCurrencyId(out var retval) ? retval : null; public String GetDimCurrencyId(String defaultValue) => TryGetDimCurrencyId(out var retval) ? retval : defaultValue; public bool TryGetDimCurrencyId(out String dimCurrencyId) => IP.TryGetPV(FactResellerSaleP.DimCurrencyId, out dimCurrencyId); |
| Cardinality | HistoryOnly |
| Description | Called 'CurrencyKey' in original sample database |
| EnumMember | DimCurrencyId |
| EnumType | FactResellerSaleP |
| IsObligatory | -False- |
| Type | -String- |
7 items
Generated 2025-10-29 09:18:47.193 UTC