[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.DateFirstPurchase / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| 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); |
| Cardinality | HistoryOnly |
| EnumMember | DateFirstPurchase |
| EnumType | DimCustomerP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-11-05 07:55:22.404 UTC