[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / FactSalesQuotaP / CalendarYear / __TOCDet / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
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);


CardinalityHistoryOnly
EnumMemberCalendarYear
EnumTypeFactSalesQuotaP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-05-20 09:24:28.303 UTC