[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / DimAccountP / ParentDimAccountId / __TOCDet / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String ParentDimAccountId{
get => IP.GetPV<String>(DimAccountP.ParentDimAccountId);
set => IP.SetPV(DimAccountP.ParentDimAccountId, value);
}
public AddParentDimAccountId(String parentDimAccountId) => IP.AddPV(DimAccountP.ParentDimAccountId, parentDimAccountId);
public String? GetParentDimAccountId() => TryGetParentDimAccountId(out var retval) ? retval : null;
public String GetParentDimAccountId(String defaultValue) => TryGetParentDimAccountId(out var retval) ? retval : defaultValue;
public bool TryGetParentDimAccountId(out String parentDimAccountId) => IP.TryGetPV(DimAccountP.ParentDimAccountId, out parentDimAccountId);


CardinalityHistoryOnly
DescriptionCalled 'ParentAccountKey' in original sample database
EnumMemberParentDimAccountId
EnumTypeDimAccountP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2024-05-18 02:44:25.891 UTC