[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.TotalChildren / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String TotalChildren{
get => IP.GetPV<String>(DimCustomerP.TotalChildren);
set => IP.SetPV(DimCustomerP.TotalChildren, value);
}
public AddTotalChildren(String totalChildren) => IP.AddPV(DimCustomerP.TotalChildren, totalChildren);
public String? GetTotalChildren() => TryGetTotalChildren(out var retval) ? retval : null;
public String GetTotalChildren(String defaultValue) => TryGetTotalChildren(out var retval) ? retval : defaultValue;
public bool TryGetTotalChildren(out String totalChildren) => IP.TryGetPV(DimCustomerP.TotalChildren, out totalChildren);


CardinalityHistoryOnly
EnumMemberTotalChildren
EnumTypeDimCustomerP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-01 20:10:01.956 UTC