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

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String DimGeographyId{
get => IP.GetPV<String>(DimCustomerP.DimGeographyId);
set => IP.SetPV(DimCustomerP.DimGeographyId, value);
}
public AddDimGeographyId(String dimGeographyId) => IP.AddPV(DimCustomerP.DimGeographyId, dimGeographyId);
public String? GetDimGeographyId() => TryGetDimGeographyId(out var retval) ? retval : null;
public String GetDimGeographyId(String defaultValue) => TryGetDimGeographyId(out var retval) ? retval : defaultValue;
public bool TryGetDimGeographyId(out String dimGeographyId) => IP.TryGetPV(DimCustomerP.DimGeographyId, out dimGeographyId);


CardinalityHistoryOnly
DescriptionCalled 'GeographyKey' in original sample database
EnumMemberDimGeographyId
EnumTypeDimCustomerP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2025-06-18 22:25:57.422 UTC