[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / DimEmployeeP / EmployeeNationalIDAlternateKey / __TOCDet / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String EmployeeNationalIDAlternateKey{
get => IP.GetPV<String>(DimEmployeeP.EmployeeNationalIDAlternateKey);
set => IP.SetPV(DimEmployeeP.EmployeeNationalIDAlternateKey, value);
}
public AddEmployeeNationalIDAlternateKey(String employeeNationalIDAlternateKey) => IP.AddPV(DimEmployeeP.EmployeeNationalIDAlternateKey, employeeNationalIDAlternateKey);
public String? GetEmployeeNationalIDAlternateKey() => TryGetEmployeeNationalIDAlternateKey(out var retval) ? retval : null;
public String GetEmployeeNationalIDAlternateKey(String defaultValue) => TryGetEmployeeNationalIDAlternateKey(out var retval) ? retval : defaultValue;
public bool TryGetEmployeeNationalIDAlternateKey(out String employeeNationalIDAlternateKey) => IP.TryGetPV(DimEmployeeP.EmployeeNationalIDAlternateKey, out employeeNationalIDAlternateKey);


CardinalityHistoryOnly
EnumMemberEmployeeNationalIDAlternateKey
EnumTypeDimEmployeeP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-05-17 11:26:19.157 UTC