[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactSurveyResponseP.DimCustomerId / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String DimCustomerId{ get => IP.GetPV<String>(FactSurveyResponseP.DimCustomerId); set => IP.SetPV(FactSurveyResponseP.DimCustomerId, value); } public AddDimCustomerId(String dimCustomerId) => IP.AddPV(FactSurveyResponseP.DimCustomerId, dimCustomerId); public String? GetDimCustomerId() => TryGetDimCustomerId(out var retval) ? retval : null; public String GetDimCustomerId(String defaultValue) => TryGetDimCustomerId(out var retval) ? retval : defaultValue; public bool TryGetDimCustomerId(out String dimCustomerId) => IP.TryGetPV(FactSurveyResponseP.DimCustomerId, out dimCustomerId); | 
| Cardinality | HistoryOnly | 
| Description | Called 'CustomerKey' in original sample database | 
| EnumMember | DimCustomerId | 
| EnumType | FactSurveyResponseP | 
| IsObligatory | -False- | 
| Type | -String- | 
7 items
Generated 2025-10-30 23:43:34.317 UTC