[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimGeographyP.City / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String City{ get => IP.GetPV<String>(DimGeographyP.City); set => IP.SetPV(DimGeographyP.City, value); } public AddCity(String city) => IP.AddPV(DimGeographyP.City, city); public String? GetCity() => TryGetCity(out var retval) ? retval : null; public String GetCity(String defaultValue) => TryGetCity(out var retval) ? retval : defaultValue; public bool TryGetCity(out String city) => IP.TryGetPV(DimGeographyP.City, out city); |
| Cardinality | HistoryOnly |
| EnumMember | City |
| EnumType | DimGeographyP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-11-18 17:41:33.479 UTC