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