[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimProductP.ReorderPoint / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String ReorderPoint{
get => IP.GetPV<String>(DimProductP.ReorderPoint);
set => IP.SetPV(DimProductP.ReorderPoint, value);
}
public AddReorderPoint(String reorderPoint) => IP.AddPV(DimProductP.ReorderPoint, reorderPoint);
public String? GetReorderPoint() => TryGetReorderPoint(out var retval) ? retval : null;
public String GetReorderPoint(String defaultValue) => TryGetReorderPoint(out var retval) ? retval : defaultValue;
public bool TryGetReorderPoint(out String reorderPoint) => IP.TryGetPV(DimProductP.ReorderPoint, out reorderPoint);


CardinalityHistoryOnly
EnumMemberReorderPoint
EnumTypeDimProductP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-17 02:25:11.823 UTC