[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactSalesQuotaP.CalendarYear / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String CalendarYear{ get => IP.GetPV<String>(FactSalesQuotaP.CalendarYear); set => IP.SetPV(FactSalesQuotaP.CalendarYear, value); } public AddCalendarYear(String calendarYear) => IP.AddPV(FactSalesQuotaP.CalendarYear, calendarYear); public String? GetCalendarYear() => TryGetCalendarYear(out var retval) ? retval : null; public String GetCalendarYear(String defaultValue) => TryGetCalendarYear(out var retval) ? retval : defaultValue; public bool TryGetCalendarYear(out String calendarYear) => IP.TryGetPV(FactSalesQuotaP.CalendarYear, out calendarYear); |
| Cardinality | HistoryOnly |
| EnumMember | CalendarYear |
| EnumType | FactSalesQuotaP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-10-28 23:46:55.952 UTC