[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.AddressLine1 / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String AddressLine1{ get => IP.GetPV<String>(DimCustomerP.AddressLine1); set => IP.SetPV(DimCustomerP.AddressLine1, value); } public AddAddressLine1(String addressLine1) => IP.AddPV(DimCustomerP.AddressLine1, addressLine1); public String? GetAddressLine1() => TryGetAddressLine1(out var retval) ? retval : null; public String GetAddressLine1(String defaultValue) => TryGetAddressLine1(out var retval) ? retval : defaultValue; public bool TryGetAddressLine1(out String addressLine1) => IP.TryGetPV(DimCustomerP.AddressLine1, out addressLine1); |
| Cardinality | HistoryOnly |
| EnumMember | AddressLine1 |
| EnumType | DimCustomerP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-10-28 09:06:25.747 UTC