[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimEmployeeP.Title / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String Title{ get => IP.GetPV<String>(DimEmployeeP.Title); set => IP.SetPV(DimEmployeeP.Title, value); } public AddTitle(String title) => IP.AddPV(DimEmployeeP.Title, title); public String? GetTitle() => TryGetTitle(out var retval) ? retval : null; public String GetTitle(String defaultValue) => TryGetTitle(out var retval) ? retval : defaultValue; public bool TryGetTitle(out String title) => IP.TryGetPV(DimEmployeeP.Title, out title); |
| Cardinality | HistoryOnly |
| EnumMember | Title |
| EnumType | DimEmployeeP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-11-18 10:25:57.623 UTC