[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.CommuteDistance / Attribute / PKTypeAttribute
PKTypeAttribute
Key | Value |
---|---|
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); |
Cardinality | HistoryOnly |
EnumMember | CommuteDistance |
EnumType | DimCustomerP |
IsObligatory | -False- |
Type | -String- |
6 items
Generated 2024-11-14 04:18:28.674 UTC