[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.CommuteDistance / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String CommuteDistance{
get => IP.GetPV<String>(DimCustomerP.CommuteDistance);
set => IP.SetPV(DimCustomerP.CommuteDistance, value);
}
public AddCommuteDistance(String commuteDistance) => IP.AddPV(DimCustomerP.CommuteDistance, commuteDistance);
public String? GetCommuteDistance() => TryGetCommuteDistance(out var retval) ? retval : null;
public String GetCommuteDistance(String defaultValue) => TryGetCommuteDistance(out var retval) ? retval : defaultValue;
public bool TryGetCommuteDistance(out String commuteDistance) => IP.TryGetPV(DimCustomerP.CommuteDistance, out commuteDistance);


CardinalityHistoryOnly
EnumMemberCommuteDistance
EnumTypeDimCustomerP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-11-14 04:18:28.674 UTC