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