[ROOT] / doc / toc / ARAdventureWorksOLAP / Class / DimReseller
GetPVDirect , SetPVDirect , Storage , ToString , TryGetCity , TryGetCountry , TryGetPostalCode , TryGetProvince , TryGetPVDirect , TryGetState , TryGetStateOrProvince
Represents a Reseller. See also DimResellerP and DimResellerCollection.
| GetPVDirect | High performance alternative to TryGetP, accessing Storage more direct. |
| SetPVDirect | High performance alternative to TrySetP, accessing Storage more direct. |
| Storage | Uses int-value of __enum minus 1 as index. |
| ToString | TODO: Decide on what we actually want with ToString for this class. |
| TryGetCity | Returns City through DimGeographyId with the help of TryGetForeignField. |
| TryGetCountry | Returns EnglishCountryName through DimGeographyId with the help of TryGetForeignField. |
| TryGetPostalCode | Returns PostalCode through DimGeographyId with the help of TryGetForeignField. |
| TryGetProvince | Returns result from TryGetStateOrProvince. |
| TryGetPVDirect | High performance alternative to TryGetP, accessing Storage more direct. |
| TryGetState | Returns result from TryGetStateOrProvince. |
| TryGetStateOrProvince | Returns StateOrProvinceName through DimGeographyId with the help of TryGetForeignField. |
Generated 2025-10-27 20:11:35.485 UTC