[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.AddressLine2 / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String AddressLine2{ get => IP.GetPV<String>(DimCustomerP.AddressLine2); set => IP.SetPV(DimCustomerP.AddressLine2, value); } public AddAddressLine2(String addressLine2) => IP.AddPV(DimCustomerP.AddressLine2, addressLine2); public String? GetAddressLine2() => TryGetAddressLine2(out var retval) ? retval : null; public String GetAddressLine2(String defaultValue) => TryGetAddressLine2(out var retval) ? retval : defaultValue; public bool TryGetAddressLine2(out String addressLine2) => IP.TryGetPV(DimCustomerP.AddressLine2, out addressLine2); | 
| Cardinality | HistoryOnly | 
| EnumMember | AddressLine2 | 
| EnumType | DimCustomerP | 
| IsObligatory | -False- | 
| Type | -String- | 
6 items
Generated 2025-10-31 10:03:24.933 UTC