[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.DateFirstPurchase / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String DateFirstPurchase{
get => IP.GetPV<String>(DimCustomerP.DateFirstPurchase);
set => IP.SetPV(DimCustomerP.DateFirstPurchase, value);
}
public AddDateFirstPurchase(String dateFirstPurchase) => IP.AddPV(DimCustomerP.DateFirstPurchase, dateFirstPurchase);
public String? GetDateFirstPurchase() => TryGetDateFirstPurchase(out var retval) ? retval : null;
public String GetDateFirstPurchase(String defaultValue) => TryGetDateFirstPurchase(out var retval) ? retval : defaultValue;
public bool TryGetDateFirstPurchase(out String dateFirstPurchase) => IP.TryGetPV(DimCustomerP.DateFirstPurchase, out dateFirstPurchase);


CardinalityHistoryOnly
EnumMemberDateFirstPurchase
EnumTypeDimCustomerP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-01 22:07:59.577 UTC