[ROOT] / doc / toc / ARAdventureWorksOLAP / Class / DimCustomerCollection

GetKeysEqualToValue , ToString , TryGetP , TryGetV , TrySetPP


The existence of this class ensures that Indexing will be used for foreign key DimGeographyId.

TryStore will use this class as container class for all DimCustomer instances.


GetKeysEqualToValueReturns properties which themselves again have key and value equal to the given key and value.
ToStringTODO: Decide on what we actually want with ToString for this class.
TryGetPMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.
TryGetVNote that 'normally' this method would be irrelevant for a PRich object because we will usually be an entity object (like 'Customer') not having an intrinsic value ourselves per se (because we will instead be containing a list of values).
TrySetPPReplaces default interface method TrySetPP.

Details

Generated 2024-03-28 14:24:51.920 UTC