[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactCallCenterP.Calls / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String Calls{
get => IP.GetPV<String>(FactCallCenterP.Calls);
set => IP.SetPV(FactCallCenterP.Calls, value);
}
public AddCalls(String calls) => IP.AddPV(FactCallCenterP.Calls, calls);
public String? GetCalls() => TryGetCalls(out var retval) ? retval : null;
public String GetCalls(String defaultValue) => TryGetCalls(out var retval) ? retval : defaultValue;
public bool TryGetCalls(out String calls) => IP.TryGetPV(FactCallCenterP.Calls, out calls);


CardinalityHistoryOnly
EnumMemberCalls
EnumTypeFactCallCenterP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-17 08:49:48.766 UTC