[ROOT] / doc / toc / ARAdventureWorksOLAP / Class / DimProductSubcategoryCollection
GetKeysEqualToValue , ToString , TryGetP , TryGetV , TrySetPP
The existence of this class ensures that Indexing will be used for foreign key DimProductCategoryId.
TryStore will use this class as container class for all DimCustomer instances.
GetKeysEqualToValue | Returns properties which themselves again have key and value equal to the given key and value. |
ToString | TODO: Decide on what we actually want with ToString for this class. |
TryGetP | Made virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway. |
TryGetV | Note 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). |
TrySetPP | Replaces default interface method TrySetPP. |
Generated 2024-12-04 21:37:32.431 UTC