[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactSalesQuotaP.CalendarQuarter / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String CalendarQuarter{ get => IP.GetPV<String>(FactSalesQuotaP.CalendarQuarter); set => IP.SetPV(FactSalesQuotaP.CalendarQuarter, value); } public AddCalendarQuarter(String calendarQuarter) => IP.AddPV(FactSalesQuotaP.CalendarQuarter, calendarQuarter); public String? GetCalendarQuarter() => TryGetCalendarQuarter(out var retval) ? retval : null; public String GetCalendarQuarter(String defaultValue) => TryGetCalendarQuarter(out var retval) ? retval : defaultValue; public bool TryGetCalendarQuarter(out String calendarQuarter) => IP.TryGetPV(FactSalesQuotaP.CalendarQuarter, out calendarQuarter); |
| Cardinality | HistoryOnly |
| EnumMember | CalendarQuarter |
| EnumType | FactSalesQuotaP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-10-29 09:19:29.330 UTC