[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / FactSurveyResponseP / DimCustomerId / __TOCDet / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
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);


CardinalityHistoryOnly
DescriptionCalled 'CustomerKey' in original sample database
EnumMemberDimCustomerId
EnumTypeFactSurveyResponseP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2024-06-11 14:22:40.497 UTC