[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimAccountP.ValueType / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

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


CardinalityHistoryOnly
EnumMemberValueType
EnumTypeDimAccountP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-01 19:42:00.200 UTC