[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.


GetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.
SetPVDirectHigh performance alternative to TrySetP, accessing Storage more direct.
StorageUses int-value of __enum minus 1 as index.
ToStringTODO: Decide on what we actually want with ToString for this class.
TryGetCityReturns City through DimGeographyId with the help of TryGetForeignField.
TryGetCountryReturns EnglishCountryName through DimGeographyId with the help of TryGetForeignField.
TryGetNameAdds together Title, LastName, FirstName, MiddleName
TryGetPostalCodeReturns PostalCode through DimGeographyId with the help of TryGetForeignField.
TryGetProvinceReturns result from TryGetStateOrProvince.
TryGetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.
TryGetStateReturns result from TryGetStateOrProvince.
TryGetStateOrProvinceReturns StateOrProvinceName through DimGeographyId with the help of TryGetForeignField.

Details

Generated 2024-04-27 10:34:41.632 UTC