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

PKTypeAttribute

PKTypeAttribute

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


CardinalityHistoryOnly
EnumMemberBirthDate
EnumTypeDimCustomerP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-01 22:11:25.251 UTC