[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimCustomerP.DimGeographyId / Attribute / PKTypeAttribute
PKTypeAttribute
Key | Value |
---|---|
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); |
Cardinality | HistoryOnly |
Description | Called 'GeographyKey' in original sample database |
EnumMember | DimGeographyId |
EnumType | DimCustomerP |
IsObligatory | -False- |
Type | -String- |
7 items
Generated 2025-06-18 22:25:57.422 UTC