[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimEmployeeP.BirthDate / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
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);


CardinalityHistoryOnly
EnumMemberBirthDate
EnumTypeDimEmployeeP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-17 04:46:03.741 UTC