[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / DimResellerP / MinPaymentType / __TOCDet / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String MinPaymentType{
get => IP.GetPV<String>(DimResellerP.MinPaymentType);
set => IP.SetPV(DimResellerP.MinPaymentType, value);
}
public AddMinPaymentType(String minPaymentType) => IP.AddPV(DimResellerP.MinPaymentType, minPaymentType);
public String? GetMinPaymentType() => TryGetMinPaymentType(out var retval) ? retval : null;
public String GetMinPaymentType(String defaultValue) => TryGetMinPaymentType(out var retval) ? retval : defaultValue;
public bool TryGetMinPaymentType(out String minPaymentType) => IP.TryGetPV(DimResellerP.MinPaymentType, out minPaymentType);


CardinalityHistoryOnly
EnumMemberMinPaymentType
EnumTypeDimResellerP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-02 01:37:04.651 UTC