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

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String DimCustomerId{
get => IP.GetPV<String>(FactInternetSaleP.DimCustomerId);
set => IP.SetPV(FactInternetSaleP.DimCustomerId, value);
}
public AddDimCustomerId(String dimCustomerId) => IP.AddPV(FactInternetSaleP.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(FactInternetSaleP.DimCustomerId, out dimCustomerId);


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

7 items

Edit


Generated 2024-06-02 07:02:10.343 UTC