[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.BirthDate / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String BirthDate{ get => IP.GetPV<String>(DimCustomerP.BirthDate); set => IP.SetPV(DimCustomerP.BirthDate, value); } public AddBirthDate(String birthDate) => IP.AddPV(DimCustomerP.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(DimCustomerP.BirthDate, out birthDate); | 
| Cardinality | HistoryOnly | 
| EnumMember | BirthDate | 
| EnumType | DimCustomerP | 
| IsObligatory | -False- | 
| Type | -String- | 
6 items
Generated 2025-10-31 08:11:15.814 UTC