[ROOT] / doc / toc / ARAdventureWorksOLAP / Class / DimCustomer
GetPVDirect , SetPVDirect , Storage , ToString , TryGetCity , TryGetCountry , TryGetName , TryGetPostalCode , TryGetProvince , TryGetPVDirect , TryGetState , TryGetStateOrProvince
Represents a Customer. See also DimCustomerP and DimCustomerCollection.
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. |
TryGetName | Adds together Title, LastName, FirstName, MiddleName |
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 2024-12-21 16:23:45.846 UTC