[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimResellerP.MinPaymentAmount / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String MinPaymentAmount{ get => IP.GetPV<String>(DimResellerP.MinPaymentAmount); set => IP.SetPV(DimResellerP.MinPaymentAmount, value); } public AddMinPaymentAmount(String minPaymentAmount) => IP.AddPV(DimResellerP.MinPaymentAmount, minPaymentAmount); public String? GetMinPaymentAmount() => TryGetMinPaymentAmount(out var retval) ? retval : null; public String GetMinPaymentAmount(String defaultValue) => TryGetMinPaymentAmount(out var retval) ? retval : defaultValue; public bool TryGetMinPaymentAmount(out String minPaymentAmount) => IP.TryGetPV(DimResellerP.MinPaymentAmount, out minPaymentAmount); |
| Cardinality | HistoryOnly |
| EnumMember | MinPaymentAmount |
| EnumType | DimResellerP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-10-28 23:46:48.504 UTC