[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimResellerP.DimGeographyId / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String DimGeographyId{ get => IP.GetPV<String>(DimResellerP.DimGeographyId); set => IP.SetPV(DimResellerP.DimGeographyId, value); } public AddDimGeographyId(String dimGeographyId) => IP.AddPV(DimResellerP.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(DimResellerP.DimGeographyId, out dimGeographyId); | 
| Cardinality | HistoryOnly | 
| Description | Called 'GeographyKey' in original sample database | 
| EnumMember | DimGeographyId | 
| EnumType | DimResellerP | 
| IsObligatory | -False- | 
| Type | -String- | 
7 items
Generated 2025-10-31 08:11:12.629 UTC